|
- Method resolution order:
- Const
- fuzzy.operator.Operator.Operator
- __builtin__.object
Methods defined here:
- __call__(self)
- Return stored constant value.
- __init__(self, value)
- Constructor.
@param value: value returned at call of __call__().
@type value: float
- __repr__(self)
- Return representation of instance.
@return: representation of instance
@rtype: string
Data descriptors inherited from fuzzy.operator.Operator.Operator:
- __dict__
- dictionary for instance variables (if defined)
- __weakref__
- list of weak references to the object (if defined)
|