Searched defs:isdisjoint (Results 1 – 4 of 4) sorted by relevance
| /external/python/cpython2/Lib/ | ||
| D | _weakrefset.py | 203     def isdisjoint(self, other):  member in WeakSet | 
| D | _abcoll.py | 204     def isdisjoint(self, other):  member in Set | 
| /external/python/cpython3/Lib/ | ||
| D | _weakrefset.py | 200     def isdisjoint(self, other):  member in WeakSet | 
| D | _collections_abc.py | 637     def isdisjoint(self, other):  member in Set |