Home
last modified time | relevance | path

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

/aosp_15_r20/external/python/cpython2/Include/
Dabstract.h848 #define PyIndex_Check(obj) \ macro
/aosp_15_r20/external/python/cpython2/Modules/_ctypes/
Dctypes.h18 #define PyIndex_Check(ob) PyInt_Check(ob) macro
/aosp_15_r20/external/python/cpython3/Objects/
Dabstract.c1396 PyIndex_Check(PyObject *obj) in PyIndex_Check() function