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

Class A

extra_tests/snippets/builtin_bytearray.py:853–854  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

851
852# pickle with subclass
853class A(bytes):
854 pass
855
856
857a = A()

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected