Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/Textualize/rich
/ padding.py
File
padding.py
examples/padding.py:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
from
rich
import
print
2
from
rich.padding
import
Padding
3
4
test = Padding(
"Hello"
, (2, 4), style=
"on blue"
, expand=False)
Callers
nothing calls this directly
Calls
2
Padding
Class · 0.90
print
Function · 0.90
Tested by
no test coverage detected