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

Class BinCompose

source code

FuncOps --+
          |
         BinCompose

Instance Methods [hide private]
 
__init__(self, a_binop, a_f, a_g) 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)