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

Class ByteArray

extra_tests/snippets/stdlib_json.py:163–164  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

161
162
163class ByteArray(bytearray):
164 pass
165
166
167assert "string" == json.loads(String('"string"'))

Callers 1

stdlib_json.pyFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected