class documentation

class _ParamNotifier(object):

Constructor: _ParamNotifier(param_name, value)

View In Hierarchy

Undocumented

Method __call__ Undocumented
Method __init__ Undocumented
Instance Variable lock Undocumented
Instance Variable param_name Undocumented
Instance Variable updates Undocumented
Instance Variable value Undocumented
def __call__(self, key, value):

Undocumented

def __init__(self, param_name, value=None):

Undocumented

lock =

Undocumented

param_name =

Undocumented

updates: list =

Undocumented

value =

Undocumented