Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/Textualize/rich
/ test_chain
Function
test_chain
tests/test_style.py:144–147 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
142
143
144
def
test_chain():
145
assert Style.chain(Style(color=
"red"
), Style(bold=True)) == Style(
146
color=
"red"
, bold=True
147
)
148
149
150
def
test_copy():
Callers
nothing calls this directly
Calls
2
Style
Class · 0.90
chain
Method · 0.80
Tested by
no test coverage detected