PyCFunctionObject Struct Reference

PyCFunctionObject Struct Reference

#include <methodobject.h>

Class Description

Definition at line 81 of file methodobject.h.

Public Attributes

PyObject_HEAD PyMethodDefm_ml
 
PyObjectm_self
 
PyObjectm_module
 

Member Data Documentation

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.


The documentation for this struct was generated from the following file: