Searched refs:PyIndex_Check (Results 1 – 25 of 41) sorted by relevance
12
577 if (PyIndex_Check(key)) { in memory_subscript()648 if (PyIndex_Check(key)) { in memory_ass_sub()
505 if (PyIndex_Check(item)) { in buffer_subscript()692 if (PyIndex_Check(item)) { in buffer_ass_subscript()
147 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)) {
97 if (PyIndex_Check(item)) { in structseq_subscript()
704 if (PyIndex_Check(item)) { in tuplesubscript()
421 if (PyIndex_Check(index)) { in bytearray_subscript()592 if (PyIndex_Check(index)) { in bytearray_ass_subscript()
793 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()
2269 if (PyIndex_Check(item)) { in array_subscr()2332 if (PyIndex_Check(item)) { in array_ass_subscr()
974 } else if (PyIndex_Check(maxsize_O)) { in lru_cache_new()
1801 if (PyIndex_Check(key)) { in ndarray_subscript()1895 if (dest->ndim == 1 && PyIndex_Check(key)) { in ndarray_ass_subscript()
18 #define PyIndex_Check(ob) PyInt_Check(ob) macro
154 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()
386 if (PyIndex_Check(index)) { in bytearray_subscript()603 if (PyIndex_Check(index)) { in bytearray_ass_subscript()798 if (PyIndex_Check(arg)) { in bytearray_init()
351 if (PyIndex_Check(v)) { in evaluate_slice_index()
2341 if (!PyIndex_Check(x)) in is_multiindex()2379 if (PyIndex_Check(key)) { in memory_subscript()2450 if (PyIndex_Check(key)) { in memory_ass_sub()
709 if (PyIndex_Check(item)) { in tuplesubscript()
646 if (PyIndex_Check(item)) { in range_subscript()
848 #define PyIndex_Check(obj) \ macro
771 if (PyIndex_Check(item)) { in mmap_subscript()910 if (PyIndex_Check(item)) { in mmap_ass_subscript()
1689 if (PyIndex_Check(item)) { in array_subscr()1752 if (PyIndex_Check(item)) { in array_ass_subscr()
872 #define PyIndex_Check(obj) \ macro
757 if (!PyIndex_Check(position_obj)) { in stringio_setstate()
705 if (!PyIndex_Check(position_obj)) { in bytesio_setstate()
279 .. c:function:: int PyIndex_Check(PyObject *o)
317 .. c:function:: int PyIndex_Check(PyObject *o)