Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ issuperset
Method
issuperset
Lib/_weakrefset.py:110–111 ·
view source on GitHub ↗
(self, other)
Source
from the content-addressed store, hash-verified
108
return
self.data < set(map(ref, other))
109
110
def
issuperset(self, other):
111
return
self.data.issuperset(ref(item)
for
item in other)
112
__ge__ = issuperset
113
114
def
__gt__(self, other):
Callers
7
_parse_hextet
Method · 0.45
test_sub_and_super
Method · 0.45
test_dir
Method · 0.45
test_sub_and_super
Method · 0.45
test_wrapper_object
Method · 0.45
parse_hex_char
Function · 0.45
builtin_set.py
File · 0.45
Calls
no outgoing calls
Tested by
4
test_sub_and_super
Method · 0.36
test_dir
Method · 0.36
test_sub_and_super
Method · 0.36
test_wrapper_object
Method · 0.36