Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/bslatkin/effectivepython
/ load_data
Function
load_data
example_code/item_085.py:51–52 ·
view source on GitHub ↗
(path)
Source
from the content-addressed store, hash-verified
49
50
print(
"Example 1"
)
51
def
load_data(path):
52
open(path).read()
53
54
def
analyze_data(data):
55
return
"my summary"
Callers
1
run_report
Function · 0.85
Calls
2
open
Function · 0.85
read
Method · 0.45
Tested by
no test coverage detected