Searched defs:issubset (Results 1 – 3 of 3) sorted by relevance
/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 | 156 def issubset(self, other): member in WeakSet |