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

Method row

Solutions/5_8/tableformat.py:38–39  ·  view source on GitHub ↗
(self, rowdata)

Source from the content-addressed store, hash-verified

36 print(','.join(headers))
37
38 def row(self, rowdata):
39 print(','.join(rowdata))
40
41class HTMLTableFormatter(TableFormatter):
42 '''

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected