class documentation

class BuildBackendCaller(BuildBackendBase): (source)

View In Hierarchy

Undocumented

Method __call__ Handles arbitrary function invocations on the build backend.
Method __init__ Undocumented
Instance Variable backend_name Undocumented
Instance Variable backend_obj Undocumented

Inherited from BuildBackendBase:

Instance Variable cwd Undocumented
Instance Variable env Undocumented
def __call__(self, name, *args, **kw): (source)

Handles arbitrary function invocations on the build backend.

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

Undocumented