Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/
Darraymodule.c155 BB_getitem(arrayobject *ap, Py_ssize_t i) in BB_getitem() function
396 {'B', sizeof(char), BB_getitem, BB_setitem},
/external/python/cpython3/Modules/
Darraymodule.c217 BB_getitem(arrayobject *ap, Py_ssize_t i) in BB_getitem() function
557 {'B', 1, BB_getitem, BB_setitem, BB_compareitems, "B", 1, 0},