Home
last modified time | relevance | path

Searched refs:LL_setitem (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython2/Modules/
Darraymodule.c327 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/
Darraymodule.c407 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},