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

File json_loads.py

benches/benchmarks/json_loads.py:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import json
2
3with open('benches/_data/pypi_org__simple__psutil.json') as f:
4 data = f.read()

Callers

nothing calls this directly

Calls 3

openFunction · 0.50
readMethod · 0.45
loadsMethod · 0.45

Tested by

no test coverage detected