MCPcopy 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
22class DictCSVParser(CSVParser):
23 def __init__(self, types):

Callers 1

parseMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected