Home
last modified time | relevance | path

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

/third_party/python/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