Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ save_raw_data
Function
save_raw_data
Tools/scripts/summarize_stats.py:120–121 ·
view source on GitHub ↗
(data: RawData, json_output: TextIO)
Source
from the content-addressed store, hash-verified
118
119
120
def
save_raw_data(data: RawData, json_output: TextIO):
121
json.dump(data, json_output)
122
123
124
@dataclass(frozen=True)
Callers
1
output_stats
Function · 0.85
Calls
1
dump
Method · 0.45
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…