OpenQuizz
Une application de gestion des contenus pédagogiques
|
Data Structures | |
class | BackendInvalid |
class | BackendUnavailable |
class | HookMissing |
class | LoggerWrapper |
class | Pep517HookCaller |
class | UnsupportedOperation |
Functions | |
def | tempdir () |
def | default_subprocess_runner (cmd, cwd=None, extra_environ=None) |
def | quiet_subprocess_runner (cmd, cwd=None, extra_environ=None) |
def | norm_and_check (source_tree, requested) |
def pip._vendor.pep517.wrappers.default_subprocess_runner | ( | cmd, | |
cwd = None , |
|||
extra_environ = None |
|||
) |
The default method of calling the wrapper subprocess.
def pip._vendor.pep517.wrappers.norm_and_check | ( | source_tree, | |
requested | |||
) |
Normalise and check a backend path. Ensure that the requested backend path is specified as a relative path, and resolves to a location under the given source tree. Return an absolute version of the requested path.
def pip._vendor.pep517.wrappers.quiet_subprocess_runner | ( | cmd, | |
cwd = None , |
|||
extra_environ = None |
|||
) |
A method of calling the wrapper subprocess while suppressing output.
def pip._vendor.pep517.wrappers.tempdir | ( | ) |