Home
last modified time | relevance | path

Searched refs:PyCFunction_Check (Results 1 – 7 of 7) sorted by relevance

/third_party/python/Objects/
Dmethodobject.c121 if (!PyCFunction_Check(op)) { in PyCFunction_GetFunction()
131 if (!PyCFunction_Check(op)) { in PyCFunction_GetSelf()
141 if (!PyCFunction_Check(op)) { in PyCFunction_GetFlags()
151 if (!PyCFunction_Check(op)) { in PyCMethod_GetClass()
306 !PyCFunction_Check(self) || in meth_richcompare()
307 !PyCFunction_Check(other)) in meth_richcompare()
391 assert(PyCFunction_Check(func)); in cfunction_check_kwargs()
/third_party/python/Include/
Dmethodobject.h17 #define PyCFunction_Check(op) PyObject_TypeCheck(op, &PyCFunction_Type) macro
/third_party/python/Modules/
D_lsprof.c124 if (!PyCFunction_Check(obj)) { in normalizeUserObj()
433 && PyCFunction_Check(arg)) { in profiler_callback()
445 && PyCFunction_Check(arg)) { in profiler_callback()
D_json.c1272 if (PyCFunction_Check(s->encoder)) { in encoder_new()
/third_party/python/Python/
Dceval.c5762 else if (PyCFunction_Check(func)) in PyEval_GetFuncName()
5775 else if (PyCFunction_Check(func)) in PyEval_GetFuncDesc()
/third_party/skia/third_party/externals/libwebp/swig/
Dlibwebp_python_wrap.c2451 if (!PyCFunction_Check(obj)) { in SWIG_Python_ConvertFunctionPtr()
/third_party/flutter/skia/third_party/externals/libwebp/swig/
Dlibwebp_python_wrap.c2430 if (!PyCFunction_Check(obj)) { in SWIG_Python_ConvertFunctionPtr()