Let us walk on the 3-isogeny graph
|
Public Member Functions | |
BaseDistribution | get_metadata_distribution (self) |
None | prepare_distribution_metadata (self, PackageFinder finder, bool build_isolation, bool check_build_deps) |
![]() | |
None | __init__ (self, InstallRequirement req) |
Additional Inherited Members | |
![]() | |
req | |
Represents an installed package. This does not need any preparation as the required information has already been computed.
Definition at line 6 of file installed.py.
BaseDistribution get_metadata_distribution | ( | self | ) |
Reimplemented from AbstractDistribution.
Definition at line 13 of file installed.py.
References AbstractDistribution.req, SourceDistribution.req, HashError.req, HashMissing.req, FrozenRequirement.req, InstallRequirement.req, VersionConflict.req(), and DistributionNotFound.req().
None prepare_distribution_metadata | ( | self, | |
PackageFinder | finder, | ||
bool | build_isolation, | ||
bool | check_build_deps | ||
) |
Reimplemented from AbstractDistribution.
Definition at line 17 of file installed.py.