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

Function _banner

src/pyspector/stats.py:29–31  ·  view source on GitHub ↗

Full-width centred title row (single column).

(text: str)

Source from the content-addressed store, hash-verified

27 return "╚" + "═" * _LW + "╩" + "═" * _RW + "╝"
28
29def _banner(text: str) -> str:
30 """Full-width centred title row (single column)."""
31 return "║" + text.center(_IW) + "║"
32
33def _section_title(text: str) -> str:
34 """Two-column section header row (title on left, blank right)."""

Callers 1

render_tableMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected