PyModuleDef

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Members

Variables

m_base
PyModuleDef_Base m_base;
Undocumented in source.
m_clear
int function(_object*) m_clear;
Undocumented in source.
m_doc
const(char)* m_doc;
Undocumented in source.
m_free
void function(void*) m_free;
Undocumented in source.
m_methods
PyMethodDef* m_methods;
Undocumented in source.
m_name
const(char)* m_name;
Undocumented in source.
m_size
c_long m_size;
Undocumented in source.
m_slots
PyModuleDef_Slot* m_slots;
Undocumented in source.
m_traverse
int function(_object*, int function(_object*, void*), void*) m_traverse;
Undocumented in source.

Meta