Home
last modified time | relevance | path

Searched defs:PyCFunction_GET_FLAGS (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython3/Include/cpython/
Dmethodobject.h58 static inline int PyCFunction_GET_FLAGS(PyObject *func) { in PyCFunction_GET_FLAGS() function
62 # define PyCFunction_GET_FLAGS(func) PyCFunction_GET_FLAGS(_PyObject_CAST(func)) macro
/external/python/cpython2/Include/
Dmethodobject.h33 #define PyCFunction_GET_FLAGS(func) \ macro