Home
last modified time | relevance | path

Searched refs:PyCFunction_GET_FLAGS (Results 1 – 3 of 3) sorted by relevance

/third_party/python/Include/cpython/
Dmethodobject.h17 #define PyCFunction_GET_FLAGS(func) \ macro
/third_party/python/Objects/
Dmethodobject.c145 return PyCFunction_GET_FLAGS(op); in PyCFunction_GetFlags()
530 int flags = PyCFunction_GET_FLAGS(func); in cfunction_call()
/third_party/skia/third_party/externals/libwebp/swig/
Dlibwebp_python_wrap.c1496 flags = PyCFunction_GET_FLAGS(data->destroy); in SwigPyClientData_New()