| Home | Trees | Index | Help |
|
|---|
|
|
object --+
|
cell.Cell --+
|
Synapse
|
|||
|
__init__(self,
owner,
name=None,
**kwargs)
Initialize the synapse Cell, if neccessary. |
|||
|
__call__(self)
Run when a
synapse is called as a function.
|
|||
|
run(self)
Slightly modified version of Cell.run().
|
|||
| rule(self, owner, oldvalue) | |||
|
Inherited from Inherited from |
|||
|
|||
|
__new__(cls,
owner,
name=None,
**kwargs)
Create a new synapse instance within the calling Cell, if neccessary. |
|||
|
|||
| initialized | |||
|
Inherited from |
|||
|
|||
|
Inherited from |
|||
|
|||
|
|
when a
synapse is called as a function.
|
Cell.run().
|
|
|
|||
initialized
|
| Home | Trees | Index | Help |
|
|---|
| Generated by Epydoc 3.0alpha2 on Sun Aug 20 15:38:10 2006 | http://epydoc.sf.net |