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

Class Bytes

extra_tests/snippets/stdlib_json.py:159–160  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

157
158
159class Bytes(bytes):
160 pass
161
162
163class ByteArray(bytearray):

Callers 7

benchmark_file_parsingFunction · 0.85
stdlib_json.pyFile · 0.85
handle_encode_errorMethod · 0.85
handle_encode_errorMethod · 0.85
new_bytesMethod · 0.85
ast_from_objectMethod · 0.85
fromMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected