Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dabeaz-course/python-mastery
/ headings
Method
headings
Solutions/3_8/tableformat.py:58–59 ·
view source on GitHub ↗
(self, headers)
Source
from the content-addressed store, hash-verified
56
57
class
UpperHeadersMixin:
58
def
headings(self, headers):
59
super().headings([h.upper()
for
h in headers])
60
61
def
create_formatter(name, column_formats=None, upper_headers=False):
62
if
name ==
'text'
:
Callers
nothing calls this directly
Calls
1
headings
Method · 0.45
Tested by
no test coverage detected