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)
| Name | Type | Size | Permission | Actions |
|---|---|---|---|---|
| __pycache__ | Folder | 0755 |
|
|
| cli | Folder | 0755 |
|
|
| commands | Folder | 0755 |
|
|
| distributions | Folder | 0755 |
|
|
| index | Folder | 0755 |
|
|
| models | Folder | 0755 |
|
|
| network | Folder | 0755 |
|
|
| operations | Folder | 0755 |
|
|
| req | Folder | 0755 |
|
|
| resolution | Folder | 0755 |
|
|
| utils | Folder | 0755 |
|
|
| vcs | Folder | 0755 |
|
|
| __init__.py | File | 509 B | 0644 |
|
| build_env.py | File | 7.9 KB | 0644 |
|
| cache.py | File | 11.96 KB | 0644 |
|
| configuration.py | File | 13.78 KB | 0644 |
|
| exceptions.py | File | 12.34 KB | 0644 |
|
| locations.py | File | 6.57 KB | 0644 |
|
| main.py | File | 437 B | 0644 |
|
| pyproject.py | File | 7.23 KB | 0644 |
|
| self_outdated_check.py | File | 6.62 KB | 0644 |
|
| wheel_builder.py | File | 9.3 KB | 0644 |
|