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

Function _is_separating_line_value

tabulate/__init__.py:122–123  ·  view source on GitHub ↗
(value)

Source from the content-addressed store, hash-verified

120
121
122def _is_separating_line_value(value):
123 return type(value) is str and value.strip() == SEPARATING_LINE
124
125
126def _is_separating_line(row):

Callers 1

_is_separating_lineFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected