MCPcopy Create free account
hub / github.com/ParzivalHack/PySpector / _row

Function _row

src/pyspector/stats.py:39–42  ·  view source on GitHub ↗
(label: str, value: str)

Source from the content-addressed store, hash-verified

37 return f"║{left}║{right}║"
38
39def _row(label: str, value: str) -> str:
40 left = (" " + label).ljust(_LW)
41 right = (" " + str(value)).ljust(_RW)
42 return f"║{left}║{right}║"
43
44
45class StatsCollector:

Callers 1

render_tableMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected