X7ROOT File Manager
Current Path:
/opt/alt/python312/lib/python3.12/site-packages/pip
opt
/
alt
/
python312
/
lib
/
python3.12
/
site-packages
/
pip
/
ðŸ“
..
📄
__init__.py
(357 B)
📄
__main__.py
(854 B)
📄
__pip-runner__.py
(1.41 KB)
ðŸ“
__pycache__
ðŸ“
_internal
ðŸ“
_vendor
📄
py.typed
(286 B)
Editing: __init__.py
from typing import List, Optional __version__ = "23.3.1" def main(args: Optional[List[str]] = None) -> int: """This is an internal API only meant for use by pip's own console scripts. For additional details, see https://github.com/pypa/pip/issues/7498. """ from pip._internal.utils.entrypoints import _wrapper return _wrapper(args)
Upload File
Create Folder