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

Method make_record

Solutions/3_8/reader.py:33–34  ·  view source on GitHub ↗
(self, headers, row)

Source from the content-addressed store, hash-verified

31 self.cls = cls
32
33 def make_record(self, headers, row):
34 return self.cls.from_row(row)
35
36def read_csv_as_dicts(filename, types):
37 parser = DictCSVParser(types)

Callers

nothing calls this directly

Calls 1

from_rowMethod · 0.45

Tested by

no test coverage detected