X7ROOT File Manager
Current Path:
/opt/alt/python313/lib/python3.13/site-packages/pip/_internal
opt
/
alt
/
python313
/
lib
/
python3.13
/
site-packages
/
pip
/
_internal
/
ðŸ“
..
📄
__init__.py
(529 B)
ðŸ“
__pycache__
📄
build_env.py
(10 KB)
📄
cache.py
(10.13 KB)
ðŸ“
cli
ðŸ“
commands
📄
configuration.py
(13.51 KB)
ðŸ“
distributions
📄
exceptions.py
(23.18 KB)
ðŸ“
index
ðŸ“
locations
📄
main.py
(340 B)
ðŸ“
metadata
ðŸ“
models
ðŸ“
network
ðŸ“
operations
📄
pyproject.py
(6.99 KB)
ðŸ“
req
ðŸ“
resolution
📄
self_outdated_check.py
(8.18 KB)
ðŸ“
utils
ðŸ“
vcs
📄
wheel_builder.py
(11.56 KB)
Editing: main.py
from typing import List, Optional def main(args: Optional[List[str]] = None) -> int: """This is preserved for old console scripts that may still be referencing it. 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