NEURON
nrnpy_reg.h File Reference

Go to the source code of this file.

Functions

PyObject * nrnpy_hoc ()
 
PyObject * nrnpy_nrn ()
 

Variables

static PyObject *(* nrnpy_reg_ [])() = {nrnpy_hoc, nrnpy_nrn, 0}
 

Function Documentation

◆ nrnpy_hoc()

PyObject* nrnpy_hoc ( )

Definition at line 3069 of file nrnpy_hoc.cpp.

◆ nrnpy_nrn()

PyObject* nrnpy_nrn ( )

Definition at line 2417 of file nrnpy_nrn.cpp.

Variable Documentation

◆ nrnpy_reg_

PyObject*(* nrnpy_reg_[])() = {nrnpy_hoc, nrnpy_nrn, 0}
static

Definition at line 4 of file nrnpy_reg.h.