Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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_digits
Method · 0.45
test_sub_and_super
Method · 0.45
test_algorithms_available
Method · 0.45
test_sub_and_super
Method · 0.45
builtin_set.py
File · 0.45
Calls
no outgoing calls
Tested by
3
test_sub_and_super
Method · 0.36
test_algorithms_available
Method · 0.36
test_sub_and_super
Method · 0.36