Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dabeaz-course/python-mastery
/ make_record
Method
make_record
Solutions/3_7/reader.py:19–20 ·
view source on GitHub ↗
(self, headers, row)
Source
from the content-addressed store, hash-verified
17
18
@abstractmethod
19
def
make_record(self, headers, row):
20
pass
21
22
class
DictCSVParser(CSVParser):
23
def
__init__(self, types):
Callers
1
parse
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected