Package PyDSTool :: Package Toolbox :: Module neuralcomp :: Class neuron
[hide private]
[frames] | no frames]

Class neuron

source code

          object --+            
                   |            
ModelSpec'.ModelSpec --+        
                       |        
    ModelSpec'.Component --+    
                           |    
          compatODEComponent --+
                               |
                              neuron

Instance Methods [hide private]

Inherited from ModelSpec'.Component: compileFuncSpec, isDefined, isEmpty

Inherited from ModelSpec'.ModelSpec: __call__, __contains__, __copy__, __deepcopy__, __delitem__, __eq__, __getitem__, __init__, __ne__, __repr__, __str__, add, addConnxnTarget, delConnxnTarget, difference, flattenSpec, info, isComplete, remove, rename, search, validate

Inherited from ModelSpec'.ModelSpec (private): _infostr, _register

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

Class Variables [hide private]
  compatibleSubcomponents = (<class 'PyDSTool.Toolbox.neuralcomp...
  compatibleContainers = (<class 'PyDSTool.Toolbox.neuralcomp.ne...

Inherited from compatODEComponent: compatibleGens, targetLangs

Properties [hide private]

Inherited from object: __class__

Class Variable Details [hide private]

compatibleSubcomponents

Value:
(<class 'PyDSTool.Toolbox.neuralcomp.soma'>,
 <class 'PyDSTool.Toolbox.neuralcomp.dendr_compartment'>,
 <class 'PyDSTool.Toolbox.neuralcomp.neurite_compartment'>,
 <class 'PyDSTool.Toolbox.neuralcomp.synapse'>)

compatibleContainers

Value:
(<class 'PyDSTool.Toolbox.neuralcomp.network'>)