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