MCPcopy Index your code
hub / github.com/RustPython/RustPython / issubset

Method issubset

Lib/_weakrefset.py:103–104  ·  view source on GitHub ↗
(self, other)

Source from the content-addressed store, hash-verified

101 return self
102
103 def issubset(self, other):
104 return self.data.issubset(ref(item) for item in other)
105 __le__ = issubset
106
107 def __lt__(self, other):

Callers 5

__calc_alt_digitsMethod · 0.45
test_sub_and_superMethod · 0.45
test_sub_and_superMethod · 0.45
builtin_set.pyFile · 0.45

Calls

no outgoing calls

Tested by 3

test_sub_and_superMethod · 0.36
test_sub_and_superMethod · 0.36