Searched refs:h_getitem (Results 1 – 2 of 2) sorted by relevance
/external/python/cpython2/Modules/ |
D | arraymodule.c | 200 h_getitem(arrayobject *ap, Py_ssize_t i) in h_getitem() function 400 {'h', sizeof(short), h_getitem, h_setitem},
|
/external/python/cpython3/Modules/ |
D | arraymodule.c | 268 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},
|