Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
163
class
ByteArray(bytearray):
164
pass
165
166
167
assert
"string"
== json.loads(String(
'"string"'
))
Callers
1
stdlib_json.py
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected