Package circuits :: Package lib :: Module ann :: Class Synapse

Class Synapse

    object --+                
             |                
  core.Manager --+            
                 |            
core.BaseComponent --+        
                     |        
        core.Component --+    
                         |    
                      Node --+
                             |
                            Synapse

Nested Classes

Inherited from core.Component: __metaclass__

Instance Methods
 
__init__(self, *args, **kwargs)
initializes x; see x.__class__.__doc__ for signature
 
__repr__(self)
repr(x)
 
signal(self, level)

Inherited from Node: fire

Inherited from core.BaseComponent: __call__, register, unregister

Inherited from core.Manager: __add__, __iadd__, __isub__, __len__, __sub__, flush, push, run, send, start, stop

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __reduce__, __reduce_ex__, __setattr__, __sizeof__, __str__, __subclasshook__

Static Methods

Inherited from core.Component: __new__

Instance Variables

Inherited from core.BaseComponent: channel

Inherited from core.Manager: manager

Properties

Inherited from core.Manager: channels, components, running, state, ticks

Inherited from object: __class__

Method Details

__init__(self, *args, **kwargs)
(Constructor)

 

initializes x; see x.__class__.__doc__ for signature

Overrides: object.__init__
(inherited documentation)

__repr__(self)
(Representation operator)

 

repr(x)

Overrides: object.__repr__
(inherited documentation)