Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
26
def
_bot() -> str:
27
return
"╚"
+
"═"
* _LW +
"╩"
+
"═"
* _RW +
"╝"
28
29
def
_banner(text: str) -> str:
30
""
"Full-width centred title row (single column)."
""
Callers
1
render_table
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected