/opt/imh-python/lib/python3.9/site-packages/pip/_internal
NameSizeModeActions
cli/-0755rm
commands/-0755rm
distributions/-0755rm
index/-0755rm
locations/-0755rm
metadata/-0755rm
models/-0755rm
network/-0755rm
operations/-0755rm
req/-0755rm
resolution/-0755rm
utils/-0755rm
vcs/-0755rm
__pycache__/-0755rm
build_env.py109240644editdlrm
cache.py103680644editdlrm
configuration.py140050644editdlrm
exceptions.py284640644editdlrm
main.py3400644editdlrm
pyproject.py72860644editdlrm
self_outdated_check.py83180644editdlrm
wheel_builder.py112120644editdlrm
__init__.py5130644editdlrm
Edit: /opt/imh-python/lib/python3.9/site-packages/pip/_internal/main.py (340B)
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)