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

/external/python/cpython2/Include/
H A Dabstract.h848 #define PyIndex_Check(obj) \ macro
/external/python/cpython3/Include/
H A Dabstract.h872 #define PyIndex_Check(obj) \ macro
/external/python/cpython2/Modules/_ctypes/
H A Dctypes.h18 #define PyIndex_Check(ob) PyInt_Check(ob) macro

Completed in 160 milliseconds