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

Method row

Solutions/3_6/tableformat.py:13–14  ·  view source on GitHub ↗
(self, rowdata)

Source from the content-addressed store, hash-verified

11 raise NotImplementedError()
12
13 def row(self, rowdata):
14 raise NotImplementedError()
15
16class TextTableFormatter(TableFormatter):
17 def headings(self, headers):

Callers 1

print_tableFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected