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

Class Identity

source code

FuncOps --+
          |
         Identity

Instance Methods [hide private]
 
__init__(self) source code
 
__call__(self, arg)
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, arg)
(Call operator)

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