Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/
Darraymodule.c218 HH_getitem(arrayobject *ap, Py_ssize_t i) in HH_getitem() function
401 {'H', sizeof(short), HH_getitem, HH_setitem},
/external/python/cpython3/Modules/
Darraymodule.c282 HH_getitem(arrayobject *ap, Py_ssize_t i) in HH_getitem() function
555 {'H', sizeof(short), HH_getitem, HH_setitem, HH_compareitems, "H", 1, 0},