MCPcopy Create free account
hub / github.com/dabeaz-course/practical-python / headings

Method headings

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

Emit the table headers

(self, headers)

Source from the content-addressed store, hash-verified

2
3class TableFormatter:
4 def headings(self, headers):
5 '''
6 Emit the table headers
7 '''
8 raise NotImplementedError()
9
10 def row(self, rowdata):
11 '''

Callers 2

print_reportFunction · 0.45
print_tableFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected