Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/Textualize/rich
/ header
Function
header
rich/table.py:976–979 ·
view source on GitHub ↗
(text: str)
Source
from the content-addressed store, hash-verified
974
)
975
976
def
header(text: str) -> None:
977
console.print()
978
console.rule(highlight(text))
979
console.print()
980
981
console = Console()
982
highlight = ReprHighlighter()
Callers
1
table.py
File · 0.85
Calls
2
print
Method · 0.80
rule
Method · 0.80
Tested by
no test coverage detected