Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dabeaz-course/practical-python
/ FormatError
Class
FormatError
Solutions/9_5/porty-app/porty/tableformat.py:57–58 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
55
print(
'</tr>'
)
56
57
class
FormatError(Exception):
58
pass
59
60
def
create_formatter(name):
61
''
&
#x27;
Callers
1
create_formatter
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected