superneuromat.accessor_classes.NeuronList# class superneuromat.accessor_classes.NeuronList(model: SNN)[source]# Redirects indexing to the SNN’s neurons. Returns a Neuron or a list of Neurons. This is used to allow for the following syntax: snn.neurons[0] snn.neurons[1:10] Methods info __init__(model: SNN)[source]# Methods __init__(model) info([max_neurons])