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

Function _reinsert_separating_lines

tabulate/__init__.py:1425–1428  ·  view source on GitHub ↗
(rows, separating_lines)

Source from the content-addressed store, hash-verified

1423
1424
1425def _reinsert_separating_lines(rows, separating_lines):
1426 if separating_lines:
1427 for index in separating_lines:
1428 rows.insert(index, SEPARATING_LINE)
1429
1430
1431def _prepend_row_index(rows, index):

Callers 2

_prepend_row_indexFunction · 0.85
tabulateFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected