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

Class B

extra_tests/snippets/builtin_bytearray.py:45–46  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

43
44
45class B(bytearray):
46 pass
47
48
49assert repr(B()) == "B(b'')"

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected