MorphologyIndexWrapper class¶
(Shortest import: from brian2.spatialneuron.morphology import MorphologyIndexWrapper)
- class brian2.spatialneuron.morphology.MorphologyIndexWrapper(morphology)[source]¶
Bases:
objectA simpler version of
IndexWrapper, not allowing for string indexing (Morphologyis not aGroup). It allows to usemorphology.indices[...]instead ofmorphology[...]._indices().