Home
last modified time | relevance | path

Searched refs:PyIndex_Check (Results 1 – 25 of 41) sorted by relevance

12

/external/python/cpython2/Objects/
Dmemoryobject.c577 if (PyIndex_Check(key)) { in memory_subscript()
648 if (PyIndex_Check(key)) { in memory_ass_sub()
Dbufferobject.c505 if (PyIndex_Check(item)) { in buffer_subscript()
692 if (PyIndex_Check(item)) { in buffer_ass_subscript()
Dabstract.c147 if (PyIndex_Check(key)) { in PyObject_GetItem()
176 if (PyIndex_Check(key)) { in PyObject_SetItem()
208 if (PyIndex_Check(key)) { in PyObject_DelItem()
1201 if (PyIndex_Check(n)) {
1499 if (PyIndex_Check(item)) {
Dstructseq.c97 if (PyIndex_Check(item)) { in structseq_subscript()
Dtupleobject.c704 if (PyIndex_Check(item)) { in tuplesubscript()
Dbytearrayobject.c421 if (PyIndex_Check(index)) { in bytearray_subscript()
592 if (PyIndex_Check(index)) { in bytearray_ass_subscript()
/external/python/cpython3/Modules/
Dmmapmodule.c793 if (PyIndex_Check(item)) { in mmap_subscript()
896 if (PyIndex_Check(item)) { in mmap_ass_subscript()
914 if (!PyIndex_Check(value)) { in mmap_ass_subscript()
Darraymodule.c2269 if (PyIndex_Check(item)) { in array_subscr()
2332 if (PyIndex_Check(item)) { in array_ass_subscr()
D_functoolsmodule.c974 } else if (PyIndex_Check(maxsize_O)) { in lru_cache_new()
D_testbuffer.c1801 if (PyIndex_Check(key)) { in ndarray_subscript()
1895 if (dest->ndim == 1 && PyIndex_Check(key)) { in ndarray_ass_subscript()
/external/python/cpython2/Modules/_ctypes/
Dctypes.h18 #define PyIndex_Check(ob) PyInt_Check(ob) macro
/external/python/cpython3/Objects/
Dabstract.c154 if (PyIndex_Check(key)) { in PyObject_GetItem()
183 if (PyIndex_Check(key)) { in PyObject_SetItem()
215 if (PyIndex_Check(key)) { in PyObject_DelItem()
931 if (PyIndex_Check(n)) { in sequence_repeat()
1224 if (!PyIndex_Check(item)) { in PyNumber_Index()
Dbytearrayobject.c386 if (PyIndex_Check(index)) { in bytearray_subscript()
603 if (PyIndex_Check(index)) { in bytearray_ass_subscript()
798 if (PyIndex_Check(arg)) { in bytearray_init()
Dsliceobject.c351 if (PyIndex_Check(v)) { in evaluate_slice_index()
Dmemoryobject.c2341 if (!PyIndex_Check(x)) in is_multiindex()
2379 if (PyIndex_Check(key)) { in memory_subscript()
2450 if (PyIndex_Check(key)) { in memory_ass_sub()
Dtupleobject.c709 if (PyIndex_Check(item)) { in tuplesubscript()
Drangeobject.c646 if (PyIndex_Check(item)) { in range_subscript()
/external/python/cpython2/Include/
Dabstract.h848 #define PyIndex_Check(obj) \ macro
/external/python/cpython2/Modules/
Dmmapmodule.c771 if (PyIndex_Check(item)) { in mmap_subscript()
910 if (PyIndex_Check(item)) { in mmap_ass_subscript()
Darraymodule.c1689 if (PyIndex_Check(item)) { in array_subscr()
1752 if (PyIndex_Check(item)) { in array_ass_subscr()
/external/python/cpython3/Include/
Dabstract.h872 #define PyIndex_Check(obj) \ macro
/external/python/cpython2/Modules/_io/
Dstringio.c757 if (!PyIndex_Check(position_obj)) { in stringio_setstate()
Dbytesio.c705 if (!PyIndex_Check(position_obj)) { in bytesio_setstate()
/external/python/cpython3/Doc/c-api/
Dnumber.rst279 .. c:function:: int PyIndex_Check(PyObject *o)
/external/python/cpython2/Doc/c-api/
Dnumber.rst317 .. c:function:: int PyIndex_Check(PyObject *o)

12