OpenQuizz
Une application de gestion des contenus pédagogiques
|
Public Member Functions | |
def | __init__ (self) |
def | clear (self) |
def | add (self, dist) |
Data Fields | |
name | |
path | |
generated | |
A simple cache mapping names and .dist-info paths to distributions
def __init__ | ( | self | ) |
Initialise an instance. There is normally one for each DistributionPath.
def add | ( | self, | |
dist | |||
) |
Add a distribution to the cache. :param dist: The distribution to add.
def clear | ( | self | ) |
Clear the cache, setting it to its initial state.
generated |
name |
path |