|
- Method resolution order:
- Not
- fuzzy.operator.Operator.Operator
- __builtin__.object
Methods defined here:
- __call__(self)
- Get input value and return 1.0-value.
- __init__(self, input)
- Constructor.
@param input: input which result is to complement.
@type input: L{fuzzy.operator.Operator.Operator}
- __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)
|