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

Method headings

Solutions/8_6/tableformat.py:15–16  ·  view source on GitHub ↗
(self, headers)

Source from the content-addressed store, hash-verified

13class TableFormatter(ABC):
14 @abstractmethod
15 def headings(self, headers):
16 pass
17
18 @abstractmethod
19 def row(self, rowdata):

Callers 3

print_tableFunction · 0.45
headingsMethod · 0.45
tickerFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected