Package PyDSTool :: Module FuncSpec' :: Class ExpFuncSpec
[hide private]
[frames] | no frames]

Class ExpFuncSpec

source code

object --+    
         |    
  FuncSpec --+
             |
            ExpFuncSpec

Explicit definition of vars defined.

Instance Methods [hide private]
 
__init__(self, kw)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
source code

Inherited from FuncSpec: __call__, __hash__, __repr__, __str__, doPreMacros, generateAuxFns, generateSpec, info, recreate, validateDef, validateDependencies

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

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self, kw)
(Constructor)

source code 

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

Overrides: object.__init__
(inherited documentation)