Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/
Darraymodule.c200 h_getitem(arrayobject *ap, Py_ssize_t i) in h_getitem() function
400 {'h', sizeof(short), h_getitem, h_setitem},
/external/python/cpython3/Modules/
Darraymodule.c268 h_getitem(arrayobject *ap, Py_ssize_t i) in h_getitem() function
559 {'h', sizeof(short), h_getitem, h_setitem, h_compareitems, "h", 1, 1},