MCPcopy
hub / github.com/Textualize/rich / test_repr

Function test_repr

tests/test_padding.py:9–11  ·  tests/test_padding.py::test_repr
()

Source from the content-addressed store, hash-verified

7
8
9def test_repr():
10 padding = Padding(class="st">"foo", (1, 2))
11 assert isinstance(repr(padding), str)
12
13
14def test_indent():

Callers

nothing calls this directly

Calls 1

PaddingClass · 0.90

Tested by

no test coverage detected