Searched refs:bytearray_getitem (Results 1 - 2 of 2) sorted by relevance

/external/python/cpython3/Objects/
H A Dbytearrayobject.c372 bytearray_getitem(PyByteArrayObject *self, Py_ssize_t i) function
2096 (ssizeargfunc)bytearray_getitem, /* sq_item */
/external/python/cpython2/Objects/
H A Dbytearrayobject.c407 bytearray_getitem(PyByteArrayObject *self, Py_ssize_t i) function
2798 (ssizeargfunc)bytearray_getitem, /* sq_item */

Completed in 130 milliseconds