Home
last modified time | relevance | path

Searched refs:PyCFunction_Type (Results 1 – 9 of 9) sorted by relevance

/third_party/python/Include/
Dmethodobject.h14 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)
/third_party/python/Objects/
Dmethodobject.c101 op = PyObject_GC_New(PyCFunctionObject, &PyCFunction_Type); in PyCMethod_New()
337 PyTypeObject PyCFunction_Type = { variable
377 .tp_base = &PyCFunction_Type,
Dobject.c1803 INIT_TYPE(PyCFunction_Type); in _PyTypes_Init()
Dtypeobject.c8288 else if (Py_IS_TYPE(descr, &PyCFunction_Type) && in update_one_slot()
/third_party/python/PC/
Dpython3dll.c739 EXPORT_DATA(PyCFunction_Type)
/third_party/python/Doc/data/
Dstable_abi.dat43 var,PyCFunction_Type,3.2,
/third_party/python/Misc/
Dstable_abi.txt368 data PyCFunction_Type
/third_party/python/Tools/c-analyzer/
DTODO863 Objects/methodobject.c:PyCFunction_Type PyTypeObject PyCFunction_Type
/third_party/python/Tools/c-analyzer/cpython/
Dignored.tsv1617 Objects/methodobject.c - PyCFunction_Type -