MCPcopy 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
120def save_raw_data(data: RawData, json_output: TextIO):
121 json.dump(data, json_output)
122
123
124@dataclass(frozen=True)

Callers 1

output_statsFunction · 0.85

Calls 1

dumpMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…