Code
Hub
Workspaces
Connect your AI tool
Indexed graphs
Engine
MCP
copy
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
77
def
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
84
def
test_plain_property_setter():
Callers
nothing calls this directly
Calls
2
append
Method · 0.95
Text
Class · 0.90
Tested by
no test coverage detected