Searched refs:LL_setitem (Results 1 – 2 of 2) sorted by relevance
/external/python/cpython2/Modules/ |
D | arraymodule.c | 327 LL_setitem(arrayobject *ap, Py_ssize_t i, PyObject *v) in LL_setitem() function 405 {'L', sizeof(long), LL_getitem, LL_setitem},
|
/external/python/cpython3/Modules/ |
D | arraymodule.c | 407 LL_setitem(arrayobject *ap, Py_ssize_t i, PyObject *v) in LL_setitem() function 559 {'L', sizeof(long), LL_getitem, LL_setitem, LL_compareitems, "L", 1, 0},
|