Searched refs:PyIndex_Check (Results 1 – 23 of 23) sorted by relevance
898 if (PyIndex_Check(item)) { in mmap_subscript()984 if (PyIndex_Check(item)) { in mmap_ass_subscript()1002 if (!PyIndex_Check(value)) { in mmap_ass_subscript()
2346 if (PyIndex_Check(item)) { in array_subscr()2412 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()
1189 } else if (PyIndex_Check(maxsize_O)) { in lru_cache_new()
1726 if (PyIndex_Check(item)) { in element_subscr()1779 if (PyIndex_Check(item)) { in element_ass_subscr()
1427 else if (PyIndex_Check(arg)) { in channel_id_converter()
133 if (PyIndex_Check(v)) { in get_pylong()
2032 if (PyIndex_Check(index)) { in match_getindex()
962 else if (PyIndex_Check(o)) { in dir_fd_converter()1169 is_index = path->allow_fd && PyIndex_Check(o); in path_converter()
520 PyAPI_FUNC(int) PyIndex_Check(PyObject *);
240 if (PyIndex_Check(item)) { in Subscript()
617 if (PyIndex_Check(item)) { in SeqSubscript()
634 if (PROTOBUF_PREDICT_FALSE(!PyIndex_Check(arg))) { in CheckAndGetInteger()
1199 Always declare :c:func:`PyIndex_Check` as an opaque function to hide1200 implementation details: remove ``PyIndex_Check()`` macro. The macro accessed
1133 macros :c:func:`PyIter_Check`, :c:func:`PyIndex_Check` and
286 .. c:function:: int PyIndex_Check(PyObject *o)
310 function,PyIndex_Check,3.8,
1047 PyIndex_Check:int:::1048 PyIndex_Check:PyObject*:o:0:
299 EXPORT_FUNC(PyIndex_Check)
1407 PyIndex_Check(PyObject *obj) in PyIndex_Check() function1590 if (!PyIndex_Check(result)) { in PyNumber_Long()
4602 if (PyIndex_Check(item)) { in Array_subscript()4744 if (PyIndex_Check(item)) { in Array_ass_subscript()5258 if (PyIndex_Check(item)) { in Pointer_subscript()
2029 function PyIndex_Check
1388 * :c:func:`PyIndex_Check` is now always declared as an opaque function to hide1389 implementation details: removed the ``PyIndex_Check()`` macro. The macro accessed