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:57–58 ·
view source on GitHub ↗
(self, headers)
Source
from the content-addressed store, hash-verified
55
56
class
UpperHeadersMixin:
57
def
headings(self, headers):
58
super().headings([h.upper()
for
h in headers])
59
60
def
create_formatter(name, column_formats=None, upper_headers=False):
61
if
name ==
'text'
:
Callers
nothing calls this directly
Calls
1
headings
Method · 0.45
Tested by
no test coverage detected