#include <Python.h>
Go to the source code of this file.
Functions | |
PyMODINIT_FUNC | initwrap (void) |
Variables | |
static PyMethodDef | functions [] |
List of python functions. |
PyMODINIT_FUNC initwrap | ( | void | ) |
Definition at line 28 of file python-module-py.cc.
PyMethodDef functions[] [static] |
{ {NULL, NULL, 0, NULL} }
List of python functions.
Definition at line 23 of file python-module-py.cc.