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

Class SubBytes

extra_tests/snippets/builtin_bytes.py:687–688  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

685
686
687class SubBytes(bytes):
688 pass
689
690
691b = SubBytes(b"0123abc*&")

Callers 1

builtin_bytes.pyFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected