OpenQuizz
Une application de gestion des contenus pédagogiques
|
Public Member Functions | |
def | get_pkg_resources_distribution (self) |
def | prepare_distribution_metadata (self, finder, build_isolation) |
![]() | |
def | __init__ (self, req) |
Additional Inherited Members | |
![]() | |
req | |
Represents a wheel distribution. This does not need any preparation as wheels can be directly unpacked.
def get_pkg_resources_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.
def prepare_distribution_metadata | ( | self, | |
finder, | |||
build_isolation | |||
) |
Reimplemented from AbstractDistribution.