Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dabeaz-course/python-mastery
/ convert
Function
convert
Solutions/8_4/follow.py:36–40 ·
view source on GitHub ↗
(records,converter,keylist)
Source
from the content-addressed store, hash-verified
34
yield
r
35
36
def
convert(records,converter,keylist):
37
for
r in records:
38
for
key in keylist:
39
r[key] = converter(r[key])
40
yield
r
41
42
def
parse_stock_data(lines):
43
rows = splitter(lines)
Callers
1
parse_stock_data
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected