Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ B
Class
B
extra_tests/snippets/builtin_set.py:373–375 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
371
372
373
class
B:
374
def
__hash__(self):
375
return
1
376
377
378
s = {1, A(), B()}
Callers
1
builtin_set.py
File · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected