MCPcopy Index your code
hub / github.com/bslatkin/effectivepython / run_report

Function run_report

example_code/item_085.py:57–60  ·  view source on GitHub ↗
(path)

Source from the content-addressed store, hash-verified

55 return "my summary"
56
57def run_report(path):
58 data = load_data(path)
59 summary = analyze(data)
60 return summary
61
62
63print("Example 2")

Callers 1

item_085.pyFile · 0.85

Calls 1

load_dataFunction · 0.85

Tested by

no test coverage detected