MCPcopy Create free account
hub / github.com/dabeaz-course/practical-python / FormatError

Class FormatError

Solutions/6_3/tableformat.py:57–58  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

55 print('</tr>')
56
57class FormatError(Exception):
58 pass
59
60def create_formatter(name):
61 ''&#x27;

Callers 1

create_formatterFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected