Package PyDSTool :: Module Symbolic :: Class Fun
[hide private]
[frames] | no frames]

Class Fun

source code

object --+    
         |    
  Quantity --+
             |
            Fun

Instance Methods [hide private]
 
__init__(self, spec, signature, name='', domain=None, specType=None)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
source code
 
__call__(self, *args) source code

Inherited from Quantity: __add__, __contains__, __copy__, __deepcopy__, __delitem__, __div__, __eq__, __getitem__, __hash__, __len__, __mul__, __ne__, __neg__, __pos__, __pow__, __radd__, __rdiv__, __repr__, __rmul__, __rpow__, __rsub__, __rtruediv__, __setitem__, __str__, __sub__, __truediv__, compileFuncSpec, difference, eval, fromvector, info, isDefined, isspecdefined, isvector, mapNames, redefine, rename, renderForCode, setDomain, simplify, tonumeric, validate

Inherited from object: __delattr__, __getattribute__, __new__, __reduce__, __reduce_ex__, __setattr__

Class Variables [hide private]
  typestr = 'auxfn'

Inherited from Quantity: compatibleGens, targetLangs

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self, spec, signature, name='', domain=None, specType=None)
(Constructor)

source code 

x.__init__(...) initializes x; see x.__class__.__doc__ for signature

Overrides: object.__init__
(inherited documentation)

__call__(self, *args)
(Call operator)

source code 
Overrides: Quantity.__call__