OpenQuizz
Une application de gestion des contenus pédagogiques
|
Public Member Functions | |
def | location (self) |
def | metadata_version (self) |
def | canonical_name (self) |
def | version (self) |
def | installer (self) |
def | editable (self) |
def | local (self) |
def | in_usersite (self) |
def canonical_name | ( | self | ) |
Reimplemented in Distribution.
def editable | ( | self | ) |
Reimplemented in Distribution.
def in_usersite | ( | self | ) |
Reimplemented in Distribution.
def installer | ( | self | ) |
Reimplemented in Distribution.
def local | ( | self | ) |
Reimplemented in Distribution.
def location | ( | self | ) |
Where the distribution is loaded from. A string value is not necessarily a filesystem path, since distributions can be loaded from other sources, e.g. arbitrary zip archives. ``None`` means the distribution is created in-memory.
Reimplemented in Distribution.
def metadata_version | ( | self | ) |
Value of "Metadata-Version:" in the distribution, if available.
Reimplemented in Distribution.
def version | ( | self | ) |
Reimplemented in Distribution.