pygrenade_vx.network.multicompartment.morphology_builder

Classes

Compartment()

Substructure of multicompartment-neuron-model.

Connection(source, target)

Connection that contains source and target of a connection.

MorphologyBuilder()

Construct a multicompartment neuron class.

Neuron()

Multicompartment-Neuron class.

Node(children, connections, None] = None, …)

Node that contains children and connecitons between its children.

Functions

pygrenade_vx.network.multicompartment.morphology_builder.deepcopy(x, memo=None, _nil=[])

Deep copy operation on arbitrary Python objects.

See the module’s __doc__ string for more info.