Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dabeaz-course/python-mastery
/ splitter
Function
splitter
Solutions/8_4/follow.py:21–23 ·
view source on GitHub ↗
(lines)
Source
from the content-addressed store, hash-verified
19
print(
'Following Done'
)
20
21
def
splitter(lines):
22
for
line in lines:
23
yield
line.split(
','
)
24
25
26
def
make_records(rows,names):
Callers
1
parse_stock_data
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected