📁 File Manager Pro
v10.0.3 | PHP: 8.2.31
Server: LiteSpeed
2026-06-28 14:35:50
📂
/ (Root)
/
opt
/
hc_python
/
lib
/
python3.12
/
site-packages
/
pip
/
_vendor
/
rich
📍 /opt/hc_python/lib/python3.12/site-packages/pip/_vendor/rich
🔄 Refresh
✏️
Editing: _extension.py
Read Only
from typing import Any def load_ipython_extension(ip: Any) -> None: # pragma: no cover # prevent circular import from pip._vendor.rich.pretty import install from pip._vendor.rich.traceback import install as tr_install install() tr_install()
💾 Save Changes
❌ Cancel