MCPcopy
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.pyFile · 0.85

Calls 2

printMethod · 0.80
ruleMethod · 0.80

Tested by

no test coverage detected