Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dabeaz-course/python-mastery
/ headings
Method
headings
Solutions/3_6/tableformat.py:10–11 ·
view source on GitHub ↗
(self, headers)
Source
from the content-addressed store, hash-verified
8
9
class
TableFormatter:
10
def
headings(self, headers):
11
raise
NotImplementedError()
12
13
def
row(self, rowdata):
14
raise
NotImplementedError()
Callers
1
print_table
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected