░▒▓████████████████████████████████▓▒░ ░▒▓█ ▓▒░ ░▒▓█ ~ S W A M P ~ ▓▒░ ░▒▓█ ▓▒░ ░▒▓████████████████████████████████▓▒░
pplmvsvm
LOCATION:
/snap/certbot/5781/lib/python3.12/site-packages/pip/_internal/resolution
☗ ROOT
↻ REFRESH
✎ CARVE FLESH
EDITING: 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()
CANCEL
Name
Type
Size
Modified
Actions
↩ ..
DIR
—
—
📁 __pycache__/
DIR
—
2026-07-16 05:15
📁 legacy/
DIR
—
2026-07-16 05:15
📁 resolvelib/
DIR
—
2026-07-16 05:15
📄 __init__.py
PY
0 B
2026-07-16 05:15
EDIT
📄 base.py
PY
577 B
2026-07-16 05:15
EDIT