Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ S
Class
S
extra_tests/snippets/builtin_set.py:86–87 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
84
85
86
class
S(set):
87
pass
88
89
90
assert repr(S()) ==
"S()"
Callers
1
builtin_set.py
File · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected