MCPcopy Index your code
hub / github.com/RustPython/RustPython / stdlib_json.py

File stdlib_json.py

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

Source from the content-addressed store, hash-verified

1import json
2from io import BytesIO, StringIO
3
4from testutils import assert_raises

Callers

nothing calls this directly

Calls 15

assert_raisesFunction · 0.90
json_dumpFunction · 0.85
round_trip_testFunction · 0.85
json_loadFunction · 0.85
BytesClass · 0.85
ByteArrayClass · 0.85
TupleClass · 0.85
strFunction · 0.85
StringClass · 0.70
IntClass · 0.70
FloatClass · 0.70
ListClass · 0.70

Tested by

no test coverage detected