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

Function get_panels

examples/group2.py:7–9  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

5
6@group()
7def get_panels():
8 yield Panel("Hello", style="on blue")
9 yield Panel("World", style="on red")
10
11
12print(Panel(get_panels()))

Callers 1

group2.pyFile · 0.85

Calls 1

PanelClass · 0.90

Tested by

no test coverage detected