Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
13
class
TableFormatter(ABC):
14
@abstractmethod
15
def
headings(self, headers):
16
pass
17
18
@abstractmethod
19
def
row(self, rowdata):
Callers
3
print_table
Function · 0.45
headings
Method · 0.45
ticker
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected