class documentation

class _NullPluginManager: (source)

View In Hierarchy

This class creates an empty hook_manager that will ignore all calls to hooks, allowing the runner to function if no hook_manager has been instantiated.

Method __call__ Undocumented
Method __getattr__ Undocumented
Method __init__ Undocumented
def __call__(self, *args, **kwargs): (source)

Undocumented

def __getattr__(self, name): (source)

Undocumented

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

Undocumented