PHP 8.2.30
Preview: base.py Size: 583 B
//opt/alt/python38/lib/python3.8/site-packages/pip/_internal/resolution/base.py

from typing import Callable, List, Optional

from pip._internal.req.req_install import InstallRequirement
from pip._internal.req.req_set import RequirementSet

InstallRequirementProvider = Callable[
    [str, Optional[InstallRequirement]], InstallRequirement
]


class BaseResolver:
    def resolve(
        self, root_reqs: List[InstallRequirement], check_supported_wheels: bool
    ) -> RequirementSet:
        raise NotImplementedError()

    def get_installation_order(
        self, req_set: RequirementSet
    ) -> List[InstallRequirement]:
        raise NotImplementedError()

Directory Contents

Dirs: 3 × Files: 2

Name Size Perms Modified Actions
legacy DIR
- drwxr-xr-x 2024-03-03 22:49:50
Edit Download
- drwxr-xr-x 2024-03-03 22:49:50
Edit Download
- drwxr-xr-x 2024-03-03 22:49:50
Edit Download
583 B lrw-r--r-- 2023-11-13 21:40:26
Edit Download
0 B lrw-r--r-- 2023-11-13 21:40:26
Edit Download

If ZipArchive is unavailable, a .tar will be created (no compression).