|
| void | hoc_nopop () |
| |
| void | hoc_pop_defer () |
| |
| Object * | hoc_new_object (Symbol *, void *) |
| |
| int | hoc_stack_type () |
| |
| char ** | hoc_strpop () |
| |
| Object ** | hoc_objpop () |
| |
| Object * | hoc_pop_object () |
| |
| void | hoc_tobj_unref (Object **) |
| |
| int | hoc_ipop () |
| |
| PyObject * | nrnpy_hoc2pyobject (Object *) |
| |
| PyObject * | hocobj_call_arg (int) |
| |
| Object * | nrnpy_pyobject_in_obj (PyObject *) |
| |
| int | nrnpy_ho_eq_po (Object *, PyObject *) |
| |
| char * | nrnpyerr_str () |
| | Full python traceback error message returned as string. More...
|
| |
| static void * | save_thread () |
| |
| static void | restore_thread (void *g) |
| |
| NPySecObj * | newpysechelp (Section *sec) |
| |
| void | nrnpython_reg_real () |
| |
| PyObject * | nrnpy_ho2po (Object *) |
| |
| void | nrnpy_decref_defer (PyObject *) |
| |
| PyObject * | nrnpy_pyCallObject (PyObject *, PyObject *) |
| |
| Object * | nrnpy_po2ho (PyObject *) |
| |
| static void | py2n_component (Object *, Symbol *, int, int) |
| |
| static void | hpoasgn (Object *, int) |
| |
| static double | praxis_efun (Object *, Object *) |
| |
| static int | hoccommand_exec (Object *) |
| |
| static int | hoccommand_exec_strret (Object *, char *, int) |
| |
| static void | grphcmdtool (Object *, int, double, double, int) |
| |
| static double | func_call (Object *, int, int *) |
| |
| static Object * | callable_with_args (Object *, int) |
| |
| static double | guigetval (Object *) |
| |
| static void | guisetval (Object *, double) |
| |
| static int | guigetstr (Object *, char **) |
| |
| static char * | po2pickle (Object *, size_t *size) |
| |
| static Object * | pickle2po (char *, size_t size) |
| |
| static char * | call_picklef (char *, size_t size, int narg, size_t *retsize) |
| |
| static Object * | py_alltoall_type (int, int) |
| |
| static int | pysame (Object *, Object *) |
| |
| static void * | p_cons (Object *) |
| |
| static void | p_destruct (void *v) |
| |
| static void | call_python_with_section (Object *pyact, Section *sec) |
| |
| static void * | opaque_obj2pyobj (Object *ho) |
| |
| static PyObject * | hoccommand_exec_help1 (PyObject *po) |
| |
| static PyObject * | hoccommand_exec_help (Object *ho) |
| |
| static void | setpickle () |
| |
| static char * | pickle (PyObject *p, size_t *size) |
| |
| static PyObject * | unpickle (char *s, size_t size) |
| |
| int * | mk_displ (int *cnts) |
| |
| static PyObject * | char2pylist (char *buf, int np, int *cnt, int *displ) |
| |
|
| void *(* | nrnpy_save_thread )() |
| |
| void(* | nrnpy_restore_thread )(void *) |
| |
| Symbol * | nrnpy_pyobj_sym_ |
| |
| void(* | nrnpy_py2n_component )(Object *, Symbol *, int, int) |
| |
| void(* | nrnpy_hpoasgn )(Object *, int) |
| |
| double(* | nrnpy_praxis_efun )(Object *, Object *) |
| |
| int(* | nrnpy_hoccommand_exec )(Object *) |
| |
| int(* | nrnpy_hoccommand_exec_strret )(Object *, char *, int) |
| |
| void(* | nrnpy_cmdtool )(Object *, int, double, double, int) |
| |
| double(* | nrnpy_func_call )(Object *, int, int *) |
| |
| Object *(* | nrnpy_callable_with_args )(Object *, int) |
| |
| double(* | nrnpy_guigetval )(Object *) |
| |
| void(* | nrnpy_guisetval )(Object *, double) |
| |
| int(* | nrnpy_guigetstr )(Object *, char **) |
| |
| char *(* | nrnpy_po2pickle )(Object *, size_t *size) |
| |
| Object *(* | nrnpy_pickle2po )(char *, size_t size) |
| |
| char *(* | nrnpy_callpicklef )(char *, size_t size, int narg, size_t *retsize) |
| |
| int(* | nrnpy_pysame )(Object *, Object *) |
| |
| Object *(* | nrnpympi_alltoall_type )(int, int) |
| |
| void(* | nrnpy_call_python_with_section )(Object *, Section *) |
| |
| static PyObject * | main_module |
| |
| static PyObject * | main_namespace |
| |
| static hoc_List * | dlist |
| |
| Member_func | p_members [] = {0, 0} |
| |
| void *(* | nrnpy_opaque_obj2pyobj_p_ )(Object *) |
| |
| static PyObject * | loads |
| |
| static PyObject * | dumps |
| |