Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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_digits
Method · 0.80
_get_frames_with_retry
Method · 0.80
test_sub_and_super
Method · 0.80
test_algorithms_available
Method · 0.80
_test_set_comparisons
Method · 0.80
test_sub_and_super
Method · 0.80
test_trampoline_works
Method · 0.80
Calls
no outgoing calls
Tested by
6
_get_frames_with_retry
Method · 0.64
test_sub_and_super
Method · 0.64
test_algorithms_available
Method · 0.64
_test_set_comparisons
Method · 0.64
test_sub_and_super
Method · 0.64
test_trampoline_works
Method · 0.64