Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/Textualize/rich
/ A
Class
A
tests/test_protocol.py:58–60 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
56
return
Foo()
57
58
class
A:
59
def
__rich__(self) -> B:
60
return
B()
61
62
console = Console(file=io.StringIO())
63
console.print(A())
Callers
3
test_cast_deep
Function · 0.85
__rich__
Method · 0.85
test_cast_recursive
Function · 0.85
Calls
no outgoing calls
Tested by
3
test_cast_deep
Function · 0.68
__rich__
Method · 0.68
test_cast_recursive
Function · 0.68