Let us walk on the 3-isogeny graph
Loading...
Searching...
No Matches
pip._vendor.rich._extension Namespace Reference

Functions

None load_ipython_extension (Any ip)
 

Function Documentation

◆ load_ipython_extension()

None load_ipython_extension ( Any  ip)

Definition at line 4 of file _extension.py.

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

References i.