MCPcopy 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
373class B:
374 def __hash__(self):
375 return 1
376
377
378s = {1, A(), B()}

Callers 1

builtin_set.pyFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected