MCPcopy Create free account
hub / github.com/MhLiao/TextBoxes_plusplus / print_table

Function print_table

tools/extra/summarize.py:41–61  ·  view source on GitHub ↗

Print a simple nicely-aligned table. table must be a list of (equal-length) lists. Columns are space-separated, and as narrow as possible, but no wider than max_width. Text may overflow columns; note that unlike string.format, this will not affect subsequent columns, if possible.

(table, max_width)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

mainFunction · 0.85

Calls 1

printed_lenFunction · 0.85

Tested by

no test coverage detected