MCPcopy
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_deepFunction · 0.85
__rich__Method · 0.85
test_cast_recursiveFunction · 0.85

Calls

no outgoing calls

Tested by 3

test_cast_deepFunction · 0.68
__rich__Method · 0.68
test_cast_recursiveFunction · 0.68