Searched refs:PyIndex_Check (Results 1 – 25 of 45) sorted by relevance
12
509 if (PyIndex_Check(item)) { in buffer_subscript()706 if (PyIndex_Check(item)) { in buffer_ass_subscript()
577 if (PyIndex_Check(key)) { in memory_subscript()649 if (PyIndex_Check(key)) { in memory_ass_sub()
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()
701 if (PyIndex_Check(item)) { in tuplesubscript()
765 if (PyIndex_Check(item)) { in mmap_subscript()850 if (PyIndex_Check(item)) { in mmap_ass_subscript()868 if (!PyIndex_Check(value)) { in mmap_ass_subscript()
2336 if (PyIndex_Check(item)) { in array_subscr()2400 if (PyIndex_Check(item)) { in array_ass_subscr()
1799 if (PyIndex_Check(key)) { in ndarray_subscript()1893 if (dest->ndim == 1 && PyIndex_Check(key)) { in ndarray_ass_subscript()
161 if (PyIndex_Check(key)) { in PyObject_GetItem()204 if (PyIndex_Check(key)) { in PyObject_SetItem()236 if (PyIndex_Check(key)) { in PyObject_DelItem()973 if (PyIndex_Check(n)) { in sequence_repeat()1266 if (!PyIndex_Check(item)) { in PyNumber_Index()
355 if (PyIndex_Check(v)) { in evaluate_slice_index()
407 if (PyIndex_Check(index)) { in bytearray_subscript()625 if (PyIndex_Check(index)) { in bytearray_ass_subscript()820 if (PyIndex_Check(arg)) { in bytearray_init()
483 if (!PyIndex_Check(tmp_subobj)) { in parse_args_finds_byte()
2343 if (!PyIndex_Check(x)) in is_multiindex()2381 if (PyIndex_Check(key)) { in memory_subscript()2452 if (PyIndex_Check(key)) { in memory_ass_sub()
724 if (PyIndex_Check(item)) { in tuplesubscript()
603 if (PyIndex_Check(item)) { in range_subscript()
18 #define PyIndex_Check(ob) PyInt_Check(ob) macro
848 #define PyIndex_Check(obj) \ macro
771 if (PyIndex_Check(item)) { in mmap_subscript()892 if (PyIndex_Check(item)) { in mmap_ass_subscript()
1689 if (PyIndex_Check(item)) { in array_subscr()1753 if (PyIndex_Check(item)) { in array_ass_subscr()
23 else if (PyIndex_Check(obj)) { in _Py_convert_optional_to_ssize_t()
713 #define PyIndex_Check(obj) \ macro
705 if (!PyIndex_Check(position_obj)) { in bytesio_setstate()
757 if (!PyIndex_Check(position_obj)) { in stringio_setstate()
279 .. c:function:: int PyIndex_Check(PyObject *o)
317 .. c:function:: int PyIndex_Check(PyObject *o)