PHP 8.2.30
Preview: base.py Size: 577 B
//opt/hc_python/lib64/python3.12/site-packages/pip/_internal/resolution/base.py

from typing import Callable, 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 2025-12-03 08:02:41
Edit Download
- drwxr-xr-x 2025-12-03 08:02:41
Edit Download
- drwxr-xr-x 2025-12-03 08:02:41
Edit Download
577 B lrw-r--r-- 2025-12-03 08:02:41
Edit Download
0 B lrw-r--r-- 2025-12-03 08:02:41
Edit Download

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