class documentation

class DoNothing:

Constructor: DoNothing(*args, **kwargs)

View In Hierarchy

Object with methods that do nothing.

Method __getattr__ Undocumented
Method __init__ Undocumented
def __getattr__(self, attr):

Undocumented

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

Undocumented