libTriton version 1.0 build 1592
|
Public Attributes | |
int | m_base |
const char * | m_name |
const char * | m_doc |
Py_ssize_t | m_size |
PyMethodDef * | m_methods |
Definition at line 131 of file py3c_compat.h.
int PyModuleDef::m_base |
Definition at line 132 of file py3c_compat.h.
const char* PyModuleDef::m_doc |
Definition at line 134 of file py3c_compat.h.
PyMethodDef* PyModuleDef::m_methods |
Definition at line 136 of file py3c_compat.h.
const char* PyModuleDef::m_name |
Definition at line 133 of file py3c_compat.h.
Py_ssize_t PyModuleDef::m_size |
Definition at line 135 of file py3c_compat.h.