OpenQuizz
Une application de gestion des contenus pédagogiques
pip._vendor.pep517.wrappers Namespace Reference

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)
 

Function Documentation

◆ default_subprocess_runner()

def pip._vendor.pep517.wrappers.default_subprocess_runner (   cmd,
  cwd = None,
  extra_environ = None 
)
The default method of calling the wrapper subprocess.

◆ norm_and_check()

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.

◆ quiet_subprocess_runner()

def pip._vendor.pep517.wrappers.quiet_subprocess_runner (   cmd,
  cwd = None,
  extra_environ = None 
)
A method of calling the wrapper subprocess while suppressing output.

◆ tempdir()

def pip._vendor.pep517.wrappers.tempdir ( )