Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
39
def
_row(label: str, value: str) -> str:
40
left = (
" "
+ label).ljust(_LW)
41
right = (
" "
+ str(value)).ljust(_RW)
42
return
f
"║{left}║{right}║"
43
44
45
class
StatsCollector:
Callers
1
render_table
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected