Searched defs:isdisjoint (Results 1 – 4 of 4) sorted by relevance
/external/python/cpython3/Lib/ | ||
D | _weakrefset.py | 195 def isdisjoint(self, other): member in WeakSet |
D | _collections_abc.py | 481 def isdisjoint(self, other): member in Set |
/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 |