superneuromat.accessor_classes.SynapseList#

class superneuromat.accessor_classes.SynapseList(model: SNN)[source]#

Redirects indexing to the SNN’s synapses.

Returns a Synapse or a list of Synapses.

This is used to allow for the following syntax:

snn.synapses[0]
snn.synapses[1:10]

Methods

info

__init__(model: SNN)[source]#

Methods

__init__(model)

info([max_synapses])