MCPcopy Index your code
hub / github.com/dabeaz-course/practical-python / row

Method row

Solutions/4_10/tableformat.py:10–14  ·  view source on GitHub ↗

Emit a single row of table data

(self, rowdata)

Source from the content-addressed store, hash-verified

8 raise NotImplementedError()
9
10 def row(self, rowdata):
11 '''
12 Emit a single row of table data
13 '''
14 raise NotImplementedError()
15
16class TextTableFormatter(TableFormatter):
17 '''

Callers 2

print_reportFunction · 0.45
print_tableFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected