Searched refs:PyCFunction_Type (Results 1 – 9 of 9) sorted by relevance
14 PyAPI_DATA(PyTypeObject) PyCFunction_Type;16 #define PyCFunction_CheckExact(op) Py_IS_TYPE(op, &PyCFunction_Type)17 #define PyCFunction_Check(op) PyObject_TypeCheck(op, &PyCFunction_Type)
101 op = PyObject_GC_New(PyCFunctionObject, &PyCFunction_Type); in PyCMethod_New()337 PyTypeObject PyCFunction_Type = { variable377 .tp_base = &PyCFunction_Type,
1803 INIT_TYPE(PyCFunction_Type); in _PyTypes_Init()
8288 else if (Py_IS_TYPE(descr, &PyCFunction_Type) && in update_one_slot()
739 EXPORT_DATA(PyCFunction_Type)
43 var,PyCFunction_Type,3.2,
368 data PyCFunction_Type
863 Objects/methodobject.c:PyCFunction_Type PyTypeObject PyCFunction_Type
1617 Objects/methodobject.c - PyCFunction_Type -