OpenQuizz
Une application de gestion des contenus pédagogiques
|
Functions | |
def | tempdir () |
def | mkdir_p (*args, **kwargs) |
def | dir_to_zipfile (root) |
def pip._vendor.pep517.dirtools.dir_to_zipfile | ( | root | ) |
Construct an in-memory zip file for a directory.
def pip._vendor.pep517.dirtools.mkdir_p | ( | * | args, |
** | kwargs | ||
) |
Like `mkdir`, but does not raise an exception if the directory already exists.
def pip._vendor.pep517.dirtools.tempdir | ( | ) |
Create a temporary directory in a context manager.