Searched defs:PyIndex_Check (Results 1 – 2 of 2) sorted by relevance
| /external/python/cpython2/Include/ | ||
| D | abstract.h | 848 #define PyIndex_Check(obj) \ macro |
| /external/python/cpython2/Modules/_ctypes/ | ||
| D | ctypes.h | 18 #define PyIndex_Check(ob) PyInt_Check(ob) macro |