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 a wheel distribution. This does not need any preparation as wheels can be directly unpacked.
BaseDistribution get_metadata_distribution | ( | self | ) |
Loads the metadata from the wheel file into memory and returns a Distribution that uses it, not relying on the wheel file or requirement.
Reimplemented from AbstractDistribution.
Definition at line 18 of file wheel.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 28 of file wheel.py.