NeuroM
1.4.2
NeuroM Quick-Start
Applications
NeuroM morphology definitions
Code Documentation
Public API
neurom
neurom.viewer
neurom.core
neurom.core.iter_neurites
neurom.core.iter_sections
neurom.core.iter_segments
neurom.core.make_soma
neurom.core.Neurite
neurom.core.NeuriteType
neurom.core.Neuron
neurom.core.Population
neurom.core.Section
neurom.core.Soma
neurom.core.Tree
neurom.io
neurom.check
neurom.stats
neurom.exceptions
Developer API
Supported file formats
Installation
Examples
Reporting issues
Developer Documentation
Dependencies
License
NeuroM
Docs
»
Code Documentation
»
neurom.core
»
neurom.core.Neuron
View page source
neurom.core.Neuron
¶
class
neurom.core.
Neuron
(
soma=None
,
neurites=None
,
sections=None
)
[source]
¶
Bases:
object
Class representing a simple neuron
Methods
__init__