HCAI-Lab/w2-consensus-deepdive-unlearning-artifacts / pyright_venv /lib /python3.9 /site-packages /pip /_internal /distributions /installed.py
| from pip._internal.distributions.base import AbstractDistribution | |
| from pip._internal.index.package_finder import PackageFinder | |
| from pip._internal.metadata import BaseDistribution | |
| class InstalledDistribution(AbstractDistribution): | |
| """Represents an installed package. | |
| This does not need any preparation as the required information has already | |
| been computed. | |
| """ | |
| def get_metadata_distribution(self) -> BaseDistribution: | |
| from pip._internal.metadata.pkg_resources import Distribution as _Dist | |
| assert self.req.satisfied_by is not None, "not actually installed" | |
| return _Dist(self.req.satisfied_by) | |
| def prepare_distribution_metadata( | |
| self, finder: PackageFinder, build_isolation: bool | |
| ) -> None: | |
| pass | |
Xet Storage Details
- Size:
- 767 Bytes
- Xet hash:
- 19de54c85390ca323961ac88cc50dd0fbaedd4dd3a44de260ea9365bf32b23ba
·
Xet efficiently stores files, intelligently splitting them into unique chunks and accelerating uploads and downloads. More info.