MCPcopy 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
21def splitter(lines):
22 for line in lines:
23 yield line.split(',')
24
25
26def make_records(rows,names):

Callers 1

parse_stock_dataFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected