Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
22
class
TextTableFormatter(TableFormatter):
23
def
headings(self, headers):
Callers
3
print_table
Function · 0.45
row
Method · 0.45
ticker
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected