MCPcopy Create free account
hub / github.com/dabeaz-course/python-mastery / formatter_cls

Class formatter_cls

Solutions/9_3/structly/tableformat/formatter.py:47–48  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

45
46 if column_formats:
47 class formatter_cls(ColumnFormatMixin, formatter_cls):
48 formats = column_formats
49
50 if upper_headers:
51 class formatter_cls(UpperHeadersMixin, formatter_cls):

Callers 1

create_formatterFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected