MCPcopy Create free account
hub / github.com/dabeaz-course/python-mastery / make_record

Method make_record

Solutions/5_2/reader.py:26–27  ·  view source on GitHub ↗
(self, headers, row)

Source from the content-addressed store, hash-verified

24
25 @abstractmethod
26 def make_record(self, headers, row):
27 raise NotImplementedError()
28
29class DictCSVParser(CSVParser):
30 def __init__(self, types):

Callers 1

parseMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected