class documentation

PEP 517 Build Backend

Method __getattr__ Handles arbitrary function invocations on the build backend.
Method __init__ Undocumented
Instance Variable pool Undocumented
Method _kill Undocumented

Inherited from BuildBackendBase:

Instance Variable backend_name Undocumented
Instance Variable cwd Undocumented
Instance Variable env Undocumented
def __getattr__(self, name): (source)

Handles arbitrary function invocations on the build backend.

def __init__(self, *args, **kwargs): (source)

Undocumented

def _kill(self, pid): (source)

Undocumented