PyMethodChain Struct Reference

PyMethodChain Struct Reference

#include <methodobject.h>

Class Description

Definition at line 73 of file methodobject.h.

Public Attributes

PyMethodDefmethods
 
struct PyMethodChainlink
 

Member Data Documentation

struct PyMethodChain* link

Definition at line 75 of file methodobject.h.

PyMethodDef* methods

Definition at line 74 of file methodobject.h.


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