MCPcopy
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
98def 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.pyFile · 0.90
bars.pyFile · 0.90
tree.pyFile · 0.90
group2.pyFile · 0.90
rainbow.pyFile · 0.90
listdir.pyFile · 0.90
group.pyFile · 0.90
padding.pyFile · 0.90
repr.pyFile · 0.90
prompt.pyFile · 0.90
pretty.pyFile · 0.90
styled.pyFile · 0.90

Calls 2

get_consoleFunction · 0.85
printMethod · 0.80

Tested by 15

test_get_html_styleFunction · 0.40
test_variantFunction · 0.40
renderFunction · 0.40
test_render_sizeFunction · 0.40
test_title_textFunction · 0.40
test_highlight_regexFunction · 0.40
test_align_topFunction · 0.40
test_align_middleFunction · 0.40
test_align_bottomFunction · 0.40