Home
last modified time | relevance | path

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

12

/external/python/cffi/c/
Dminibuffer.h250 if (PyIndex_Check(item)) { in mb_subscript()
284 if (PyIndex_Check(item)) { in mb_ass_subscript()
/external/python/cpython2/Objects/
Dbufferobject.c509 if (PyIndex_Check(item)) { in buffer_subscript()
706 if (PyIndex_Check(item)) { in buffer_ass_subscript()
Dmemoryobject.c577 if (PyIndex_Check(key)) { in memory_subscript()
649 if (PyIndex_Check(key)) { in memory_ass_sub()
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.c701 if (PyIndex_Check(item)) { in tuplesubscript()
Dlistobject.c2547 if (PyIndex_Check(item)) { in list_subscript()
2601 if (PyIndex_Check(item)) { in list_ass_subscript()
Dbytesobject.c1669 if (PyIndex_Check(item)) { in bytes_subscript()
2608 if (PyIndex_Check(x)) { in bytes_new()
Dbytearrayobject.c441 if (PyIndex_Check(index)) { in bytearray_subscript()
613 if (PyIndex_Check(index)) { in bytearray_ass_subscript()
/external/python/cpython3/Modules/
Dmmapmodule.c869 if (PyIndex_Check(item)) { in mmap_subscript()
955 if (PyIndex_Check(item)) { in mmap_ass_subscript()
973 if (!PyIndex_Check(value)) { in mmap_ass_subscript()
Darraymodule.c2301 if (PyIndex_Check(item)) { in array_subscr()
2366 if (PyIndex_Check(item)) { in array_ass_subscr()
D_testbuffer.c1799 if (PyIndex_Check(key)) { in ndarray_subscript()
1893 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/Include/
Dabstract.h497 PyAPI_FUNC(int) PyIndex_Check(PyObject *);
/external/python/cpython2/Include/
Dabstract.h848 #define PyIndex_Check(obj) \ macro
/external/python/cpython2/Modules/
Dmmapmodule.c771 if (PyIndex_Check(item)) { in mmap_subscript()
892 if (PyIndex_Check(item)) { in mmap_ass_subscript()
Darraymodule.c1689 if (PyIndex_Check(item)) { in array_subscr()
1753 if (PyIndex_Check(item)) { in array_ass_subscr()
D_elementtree.c1353 if (PyIndex_Check(item)) {
1410 if (PyIndex_Check(item)) {
/external/protobuf/python/google/protobuf/pyext/
Drepeated_composite_container.cc240 if (PyIndex_Check(item)) { in Subscript()
/external/python/cpython2/Modules/_io/
Dbytesio.c705 if (!PyIndex_Check(position_obj)) { in bytesio_setstate()
Dstringio.c757 if (!PyIndex_Check(position_obj)) { in stringio_setstate()
/external/python/cpython3/PC/
Dpython3.def297 PyIndex_Check=python39.PyIndex_Check
/external/python/cpython3/Misc/NEWS.d/
D3.9.0a6.rst1199 Always declare :c:func:`PyIndex_Check` as an opaque function to hide
1200 implementation details: remove ``PyIndex_Check()`` macro. The macro accessed
/external/python/cpython3/Doc/c-api/
Dnumber.rst282 .. c:function:: int PyIndex_Check(PyObject *o)
/external/python/cpython2/Doc/c-api/
Dnumber.rst317 .. c:function:: int PyIndex_Check(PyObject *o)

12