Code
Hub
Workspaces
Connect your AI tool
Indexed graphs
Engine
MCP
copy
hub
/
github.com/Textualize/rich
/ print
Function
print
rich/jupyter.py:98–101 · rich/jupyter.py::print
Proxy for Console print.
(*args: Any, **kwargs: Any)
Source
from the content-addressed store, hash-verified
96
97
98
def
print(*args: Any, **kwargs: Any) -> None:
99
class
="st">""
class
="st">"Proxy
for
Console print."
class
="st">""
100
console = get_console()
101
return
console.print(*args, **kwargs)
Callers
15
link.py
File · 0.90
bars.py
File · 0.90
tree.py
File · 0.90
group2.py
File · 0.90
rainbow.py
File · 0.90
listdir.py
File · 0.90
group.py
File · 0.90
padding.py
File · 0.90
repr.py
File · 0.90
prompt.py
File · 0.90
pretty.py
File · 0.90
styled.py
File · 0.90
Calls
2
get_console
Function · 0.85
print
Method · 0.80
Tested by
15
test_get_html_style
Function · 0.40
test_variant
Function · 0.40
render
Function · 0.40
test_render_size
Function · 0.40
test_title_text
Function · 0.40
test_title_text_with_border_color
Function · 0.40
test_title_text_with_panel_background
Function · 0.40
test_highlight_regex
Function · 0.40
test_highlight_iso8601_regex
Function · 0.40
test_align_top
Function · 0.40
test_align_middle
Function · 0.40
test_align_bottom
Function · 0.40