Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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()
7
def
get_panels():
8
yield
Panel(
"Hello"
, style=
"on blue"
)
9
yield
Panel(
"World"
, style=
"on red"
)
10
11
12
print(Panel(get_panels()))
Callers
1
group2.py
File · 0.85
Calls
1
Panel
Class · 0.90
Tested by
no test coverage detected