Home
last modified time | relevance | path

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

/external/python/cpython3/Lib/
D_weakrefset.py199 def isdisjoint(self, other): member in WeakSet
D_collections_abc.py629 def isdisjoint(self, other): member in Set