Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/Textualize/rich
/ test_repr
Function
test_repr
tests/test_align.py:29–32 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
27
28
29
def
test_repr():
30
repr(Align(
"foo"
,
"left"
))
31
repr(Align(
"foo"
,
"center"
))
32
repr(Align(
"foo"
,
"right"
))
33
34
35
def
test_align_left():
Callers
nothing calls this directly
Calls
1
Align
Class · 0.90
Tested by
no test coverage detected