from pip._internal.utils.typing import MYPY_CHECK_RUNNING if MYPY_CHECK_RUNNING: from typing import Callable, List from pip._internal.req.req_install import InstallRequirement from pip._internal.req.req_set import RequirementSet InstallRequirementProvider = Callable[ [str, InstallRequirement], InstallRequirement ] class BaseResolver(object): def resolve(self, root_reqs, check_supported_wheels): # type: (List[InstallRequirement], bool) -> RequirementSet raise NotImplementedError() def get_installation_order(self, req_set): # type: (RequirementSet) -> List[InstallRequirement] raise NotImplementedError()
Name | Type | Size | Permission | Actions |
---|---|---|---|---|
__pycache__ | Folder | 0755 |
|
|
legacy | Folder | 0755 |
|
|
resolvelib | Folder | 0755 |
|
|
.__init__.pyo.40009 | File | 169 B | 0644 |
|
.base.pyo.40009 | File | 1.24 KB | 0644 |
|
__init__.py | File | 0 B | 0644 |
|
__init__.pyc | File | 169 B | 0644 |
|
__init__.pyo | File | 169 B | 0644 |
|
base.py | File | 682 B | 0644 |
|
base.pyc | File | 1.24 KB | 0644 |
|
base.pyo | File | 1.24 KB | 0644 |
|