MCPcopy Index your code
hub / github.com/python/cpython / 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 7

__calc_alt_digitsMethod · 0.80
test_sub_and_superMethod · 0.80
_test_set_comparisonsMethod · 0.80
test_sub_and_superMethod · 0.80
test_trampoline_worksMethod · 0.80

Calls

no outgoing calls

Tested by 6

test_sub_and_superMethod · 0.64
_test_set_comparisonsMethod · 0.64
test_sub_and_superMethod · 0.64
test_trampoline_worksMethod · 0.64