Module func :: Class UnConstant
[hide private]
[frames] | no frames]

Class UnConstant

source code

FuncOps --+
          |
         UnConstant

Instance Methods [hide private]
 
__init__(self, x) source code
 
__call__(self, x)
Default call routine, used for ordinary functions.
source code

Inherited from FuncOps: __add__, __coerce__, __div__, __mul__, __neg__, __pow__, __sub__, compose, exp, log

Method Details [hide private]

__call__(self, x)
(Call operator)

source code 
Default call routine, used for ordinary functions.
Overrides: FuncOps.__call__
(inherited documentation)