MCPcopy 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
50print("Example 1")
51def load_data(path):
52 open(path).read()
53
54def analyze_data(data):
55 return "my summary"

Callers 1

run_reportFunction · 0.85

Calls 2

openFunction · 0.85
readMethod · 0.45

Tested by

no test coverage detected