MCPcopy 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
56class UpperHeadersMixin:
57 def headings(self, headers):
58 super().headings([h.upper() for h in headers])
59
60def create_formatter(name, column_formats=None, upper_headers=False):
61 if name == 'text':

Callers

nothing calls this directly

Calls 1

headingsMethod · 0.45

Tested by

no test coverage detected