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

Function _sep_top

src/pyspector/stats.py:18–20  ·  view source on GitHub ↗

First horizontal split: introduces the two-column layout.

()

Source from the content-addressed store, hash-verified

16 return "╔" + "═" * _IW + "╗"
17
18def _sep_top() -> str:
19 """First horizontal split: introduces the two-column layout."""
20 return "╠" + "═" * _LW + "╦" + "═" * _RW + "╣"
21
22def _sep() -> str:
23 """Internal two-column divider."""

Callers 1

render_tableMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected