Home
last modified time | relevance | path

Searched defs:isdisjoint (Results 1 – 4 of 4) sorted by relevance

/external/python/cpython2/Lib/
D_weakrefset.py203 def isdisjoint(self, other): member in WeakSet
D_abcoll.py204 def isdisjoint(self, other): member in Set
/external/python/cpython3/Lib/
D_weakrefset.py196 def isdisjoint(self, other): member in WeakSet
D_collections_abc.py497 def isdisjoint(self, other): member in Set