Home
last modified time | relevance | path

Searched refs:Py_FORMAT_PARSETUPLE (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython2/Include/
Dmodsupport.h27 PyAPI_FUNC(int) PyArg_ParseTuple(PyObject *, const char *, ...) Py_FORMAT_PARSETUPLE(PyArg_ParseTup…
Dpyport.h917 #define Py_FORMAT_PARSETUPLE(func,p1,p2) __attribute__((format(func,p1,p2))) macro
919 #define Py_FORMAT_PARSETUPLE(func,p1,p2) macro