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

Method row

Solutions/8_6/tableformat.py:19–20  ·  view source on GitHub ↗
(self, rowdata)

Source from the content-addressed store, hash-verified

17
18 @abstractmethod
19 def row(self, rowdata):
20 pass
21
22class TextTableFormatter(TableFormatter):
23 def headings(self, headers):

Callers 3

print_tableFunction · 0.45
rowMethod · 0.45
tickerFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected