MCPcopy
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
29def test_repr():
30 repr(Align("foo", "left"))
31 repr(Align("foo", "center"))
32 repr(Align("foo", "right"))
33
34
35def test_align_left():

Callers

nothing calls this directly

Calls 1

AlignClass · 0.90

Tested by

no test coverage detected