/usr/local/lib/python3.6/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.py99500644editdlrm
cache.py94410644editdlrm
configuration.py131530644editdlrm
exceptions.py127620644editdlrm
main.py3400644editdlrm
pyproject.py72150644editdlrm
self_outdated_check.py63930644editdlrm
wheel_builder.py122470644editdlrm
__init__.py5730644editdlrm
Edit: /usr/local/lib/python3.6/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)