X7ROOT File Manager
Current Path:
/opt/alt/python36/lib/python3.6/site-packages/pip/_internal
opt
/
alt
/
python36
/
lib
/
python3.6
/
site-packages
/
pip
/
_internal
/
ðŸ“
..
📄
__init__.py
(509 B)
ðŸ“
__pycache__
📄
build_env.py
(7.9 KB)
📄
cache.py
(11.96 KB)
ðŸ“
cli
ðŸ“
commands
📄
configuration.py
(13.78 KB)
ðŸ“
distributions
📄
exceptions.py
(12.34 KB)
ðŸ“
index
📄
locations.py
(6.57 KB)
📄
main.py
(437 B)
ðŸ“
models
ðŸ“
network
ðŸ“
operations
📄
pyproject.py
(7.23 KB)
ðŸ“
req
ðŸ“
resolution
📄
self_outdated_check.py
(6.62 KB)
ðŸ“
utils
ðŸ“
vcs
📄
wheel_builder.py
(9.3 KB)
Editing: __init__.py
import pip._internal.utils.inject_securetransport # noqa from pip._internal.utils.typing import MYPY_CHECK_RUNNING if MYPY_CHECK_RUNNING: from typing import Optional, List def main(args=None): # type: (Optional[List[str]]) -> 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, _nowarn=True)
Upload File
Create Folder