MCPcopy
hub / github.com/Textualize/rich / load_ipython_extension

Function load_ipython_extension

rich/_extension.py:4–10  ·  view source on GitHub ↗
(ip: Any)

Source from the content-addressed store, hash-verified

2
3
4def load_ipython_extension(ip: Any) -> None: # pragma: no cover
5 # prevent circular import
6 from rich.pretty import install
7 from rich.traceback import install as tr_install
8
9 install()
10 tr_install()

Callers

nothing calls this directly

Calls 1

installFunction · 0.90

Tested by

no test coverage detected