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

Function _bot

src/pyspector/stats.py:26–27  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

24 return "╠" + "═" * _LW + "╬" + "═" * _RW + "╣"
25
26def _bot() -> str:
27 return "╚" + "═" * _LW + "╩" + "═" * _RW + "╝"
28
29def _banner(text: str) -> str:
30 """Full-width centred title row (single column)."""

Callers 1

render_tableMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected