PyMethodDescrObject Struct Reference

PyMethodDescrObject Struct Reference

#include <descrobject.h>

Class Description

Definition at line 49 of file descrobject.h.

Public Attributes

PyObject_HEAD PyTypeObjectd_type
 
PyObjectd_name
 
PyMethodDefd_method
 

Member Data Documentation

PyMethodDef* d_method

Definition at line 51 of file descrobject.h.

PyObject* d_name

Definition at line 50 of file descrobject.h.

Definition at line 50 of file descrobject.h.


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