![]() |
Qucs-S S-parameter Viewer & RF Synthesis Tools
|


Public Member Functions | |
| Optional[str] | build_tracker_id (self) |
| BaseDistribution | get_metadata_distribution (self) |
| None | prepare_distribution_metadata (self, PackageFinder finder, bool build_isolation, bool check_build_deps) |
Public Member Functions inherited from pip._internal.distributions.base.AbstractDistribution | |
| None | __init__ (self, InstallRequirement req) |
Additional Inherited Members | |
Public Attributes inherited from pip._internal.distributions.base.AbstractDistribution | |
| req | |
Represents an installed package. This does not need any preparation as the required information has already been computed.
| Optional[str] pip._internal.distributions.installed.InstalledDistribution.build_tracker_id | ( | self | ) |
A string that uniquely identifies this requirement to the build tracker. If None, then this dist has no work to do in the build tracker, and ``.prepare_distribution_metadata()`` will not be called.
Reimplemented from pip._internal.distributions.base.AbstractDistribution.
| BaseDistribution pip._internal.distributions.installed.InstalledDistribution.get_metadata_distribution | ( | self | ) |
Reimplemented from pip._internal.distributions.base.AbstractDistribution.
| None pip._internal.distributions.installed.InstalledDistribution.prepare_distribution_metadata | ( | self, | |
| PackageFinder | finder, | ||
| bool | build_isolation, | ||
| bool | check_build_deps | ||
| ) |
Reimplemented from pip._internal.distributions.base.AbstractDistribution.