Home
last modified time | relevance | path

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

/aosp_15_r20/external/python/cpython2/Include/
DPython.h150 #define PyArg_GetInt(v, a) PyArg_Parse((v), "i", (a)) macro
/aosp_15_r20/external/python/cpython3/Misc/
DHISTORY17366 - Removed these macros: staticforward, statichere, PyArg_GetInt,
31362 - PyArg_GetInt() is gone.
/aosp_15_r20/external/python/cpython2/Misc/
DHISTORY13983 - PyArg_GetInt() is gone.