Home
last modified time | relevance | path

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

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