Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
57
def
run_report(path):
58
data = load_data(path)
59
summary = analyze(data)
60
return
summary
61
62
63
print(
"Example 2"
)
Callers
1
item_085.py
File · 0.85
Calls
1
load_data
Function · 0.85
Tested by
no test coverage detected