methodobject.h File Reference

Classes

struct  PyCFunctionObject
 
struct  PyCMethodObject
 

Macros

#define PyCMethod_CheckExact(op)
 
#define PyCMethod_Check(op)
 
#define PyCFunction_GET_FUNCTION(func)
 
#define PyCFunction_GET_SELF(func)
 
#define PyCFunction_GET_FLAGS(func)
 
#define PyCFunction_GET_CLASS(func)
 

Functions

 PyAPI_DATA (PyTypeObject) PyCMethod_Type
 

Macro Definition Documentation

◆ PyCMethod_CheckExact

#define PyCMethod_CheckExact (   op)

◆ PyCMethod_Check

#define PyCMethod_Check (   op)

◆ PyCFunction_GET_FUNCTION

#define PyCFunction_GET_FUNCTION (   func)

◆ PyCFunction_GET_SELF

#define PyCFunction_GET_SELF (   func)

◆ PyCFunction_GET_FLAGS

#define PyCFunction_GET_FLAGS (   func)

◆ PyCFunction_GET_CLASS

#define PyCFunction_GET_CLASS (   func)

Function Documentation

◆ PyAPI_DATA()

PyAPI_DATA ( PyTypeObject  )