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

Class formatter_cls

Solutions/3_8/tableformat.py:72–73  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 3

create_formatterFunction · 0.70
create_formatterFunction · 0.50
create_formatterFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected