#include <methodobject.h>
Definition at line 81 of file methodobject.h.
Public Attributes | |
PyObject_HEAD PyMethodDef * | m_ml |
PyObject * | m_self |
PyObject * | m_module |
PyObject_HEAD PyMethodDef* m_ml |
Definition at line 83 of file methodobject.h.
PyObject* m_module |
Definition at line 85 of file methodobject.h.
PyObject* m_self |
Definition at line 84 of file methodobject.h.