defModule

template to define python module (wrapper of PyModuleDef)

Members

Functions

rtAtExit
void rtAtExit()
Undocumented in source. Be warned that the author may not have intended to support it.

Static variables

methods
auto methods;
Undocumented in source.
mod
PyModuleDef mod;
Undocumented in source.

Variables

PyMethodDef_SENTINEL
enum PyMethodDef PyMethodDef_SENTINEL;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
PyModuleDef_HEAD_INIT
enum PyModuleDef_Base PyModuleDef_HEAD_INIT;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Meta