class documentation

class DefaultValue:

View In Hierarchy

A simple wrapper for default value of the parameters of overload functions.
Method __eq__ Undocumented
Method __init__ Undocumented
Method __repr__ Undocumented
Instance Variable value Undocumented
def __eq__(self, other):

Undocumented

Parameters
other:objectUndocumented
Returns
boolUndocumented
def __init__(self, value):

Undocumented

Parameters
value:strUndocumented
def __repr__(self):

Undocumented

Returns
strUndocumented
value =

Undocumented