MCPcopy Index your code
hub / github.com/RustPython/RustPython / A

Class A

extra_tests/snippets/builtin_set.py:368–370  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

366
367
368class A:
369 def __hash__(self):
370 return 1
371
372
373class B:

Callers 1

builtin_set.pyFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected