Searched refs:nsset_intersection (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10.1/pyobjc-45/2.6/pyobjc/pyobjc-core/Lib/objc/
H A D_convenience.py1237 def nsset_intersection(self, *others): function
1294 return nsset_intersection(self, other)
1301 return nsset_intersection(other, self)
1474 ('intersection', nsset_intersection),
/macosx-10.10.1/pyobjc-45/pyobjc/pyobjc-core-2.5.1/Lib/objc/
H A D_convenience.py1275 def nsset_intersection(self, *others): function
1332 return nsset_intersection(self, other)
1339 return nsset_intersection(other, self)
1508 ('intersection', nsset_intersection),

Completed in 170 milliseconds