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

Class Bar

tests/test_repr.py:50–57  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

48
49@rich.repr.auto
50class Bar(Foo):
51 def __rich_repr__(self):
52 yield (self.foo,)
53 yield None, self.foo,
54 yield "bar", self.bar, None
55 yield "egg", self.egg
56
57 __rich_repr__.angular = True
58
59
60class StupidClass:

Callers 2

test_rich_angularFunction · 0.70
test_rich_pretty_angularFunction · 0.70

Calls

no outgoing calls

Tested by 2

test_rich_angularFunction · 0.56
test_rich_pretty_angularFunction · 0.56