MCPcopy 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
86class S(set):
87 pass
88
89
90assert repr(S()) == "S()"

Callers 1

builtin_set.pyFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected