Open Search
    classobject.h File Reference

    Classes

    struct  PyMethodObject
     
    struct  PyInstanceMethodObject
     

    Macros

    #define PyMethod_Check(op)
     
    #define PyMethod_GET_FUNCTION(meth)
     
    #define PyMethod_GET_SELF(meth)
     
    #define PyInstanceMethod_Check(op)
     
    #define PyInstanceMethod_GET_FUNCTION(meth)
     

    Functions

     PyAPI_DATA (PyTypeObject) PyMethod_Type
     
     PyAPI_FUNC (PyObject *) PyMethod_New(PyObject *
     

    Macro Definition Documentation

    ◆ PyMethod_Check

    #define PyMethod_Check (   op)

    ◆ PyMethod_GET_FUNCTION

    #define PyMethod_GET_FUNCTION (   meth)

    ◆ PyMethod_GET_SELF

    #define PyMethod_GET_SELF (   meth)

    ◆ PyInstanceMethod_Check

    #define PyInstanceMethod_Check (   op)

    ◆ PyInstanceMethod_GET_FUNCTION

    #define PyInstanceMethod_GET_FUNCTION (   meth)

    Function Documentation

    ◆ PyAPI_DATA()

    PyAPI_DATA ( PyTypeObject  )

    ◆ PyAPI_FUNC()

    PyAPI_FUNC ( PyObject )