| |
- __builtin__.object
-
- Base
- fuzzy.Exception.FuzzyException(exceptions.Exception)
-
- ComplementException
class Base(__builtin__.object) |
|
Base class for all complement methods |
|
Methods defined here:
- __call__(self, value)
- Calculate the complement of the value.
@param value: the value to complement
@type value: float
@return: the complemented value
@rtype: float
- __init__(self, *args, **keywords)
- Initialize the complement instance
- __repr__(self)
- Return representation of instance.
@return: representation of instance
@rtype: string
Data descriptors defined here:
- __dict__
- dictionary for instance variables (if defined)
- __weakref__
- list of weak references to the object (if defined)
|
|