Searched defs:issubset (Results 1 – 4 of 4) sorted by relevance
| /external/python/setuptools/setuptools/_vendor/ | ||
| D | ordered_set.py | 377 def issubset(self, other): member in OrderedSet |
| /external/python/cpython2/Lib/ | ||
| D | _weakrefset.py | 157 def issubset(self, other): member in WeakSet |
| D | sets.py | 289 def issubset(self, other): member in BaseSet |
| /external/python/cpython3/Lib/ | ||
| D | _weakrefset.py | 160 def issubset(self, other): member in WeakSet |