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

Class formatter_cls

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

Source from the content-addressed store, hash-verified

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

Callers 1

create_formatterFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected