Home
last modified time | relevance | path

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

/external/python/cpython3/Include/cpython/
Dmethodobject.h17 #define PyCFunction_GET_FLAGS(func) \ macro
/external/python/cpython2/Include/
Dmethodobject.h33 #define PyCFunction_GET_FLAGS(func) \ macro
/external/python/cpython3/Objects/
Dmethodobject.c145 return PyCFunction_GET_FLAGS(op); in PyCFunction_GetFlags()
530 int flags = PyCFunction_GET_FLAGS(func); in cfunction_call()
/external/python/cpython2/Objects/
Dmethodobject.c78 switch (PyCFunction_GET_FLAGS(func) & ~(METH_CLASS | METH_STATIC | METH_COEXIST)) { in PyCFunction_Call()
/external/python/cpython2/Python/
Dceval.c4348 int flags = PyCFunction_GET_FLAGS(func); in call_function()
/external/webp/swig/
Dlibwebp_python_wrap.c1496 flags = PyCFunction_GET_FLAGS(data->destroy); in SwigPyClientData_New()
/external/marisa-trie/bindings/python/
Dmarisa-swig_wrap.cxx1395 flags = PyCFunction_GET_FLAGS(data->destroy); in SwigPyClientData_New()