MCPcopy Create free account
hub / github.com/astanin/python-tabulate / _append_line

Function _append_line

tabulate/__init__.py:2635–2637  ·  view source on GitHub ↗
(lines, colwidths, colaligns, linefmt)

Source from the content-addressed store, hash-verified

2633
2634
2635def _append_line(lines, colwidths, colaligns, linefmt):
2636 lines.append(_build_line(colwidths, colaligns, linefmt))
2637 return lines
2638
2639
2640class JupyterHTMLStr(str):

Callers 1

_format_tableFunction · 0.85

Calls 1

_build_lineFunction · 0.85

Tested by

no test coverage detected