MCPcopy Index your code
hub / github.com/dabeaz-course/python-mastery / formatter_cls

Class formatter_cls

Solutions/8_6/tableformat.py:71–72  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

69
70 if column_formats:
71 class formatter_cls(ColumnFormatMixin, formatter_cls):
72 formats = column_formats
73
74 if upper_headers:
75 class formatter_cls(UpperHeadersMixin, formatter_cls):

Callers 1

create_formatterFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected