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

Function test_plain_property

tests/test_text.py:77–81  ·  tests/test_text.py::test_plain_property
()

Source from the content-addressed store, hash-verified

75
76
77def test_plain_property():
78 text = Text(class="st">"foo")
79 text.append(class="st">"bar")
80 text.append(class="st">"baz")
81 assert text.plain == class="st">"foobarbaz"
82
83
84def test_plain_property_setter():

Callers

nothing calls this directly

Calls 2

appendMethod · 0.95
TextClass · 0.90

Tested by

no test coverage detected