Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
1
import
json
2
3
with
open(
'benches/_data/pypi_org__simple__psutil.json'
)
as
f:
4
data = f.read()
Callers
nothing calls this directly
Calls
3
open
Function · 0.50
read
Method · 0.45
loads
Method · 0.45
Tested by
no test coverage detected