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

/external/python/cpython3/Objects/
H A Dbytearrayobject.c1141 bytearray_index(PyByteArrayObject *self, PyObject *args) function
2140 {"index", (PyCFunction)bytearray_index, METH_VARARGS, _Py_index__doc__},
/external/python/cpython2/Objects/
H A Dbytearrayobject.c1234 bytearray_index(PyByteArrayObject *self, PyObject *args) function
2840 {"index", (PyCFunction)bytearray_index, METH_VARARGS, index__doc__},

Completed in 122 milliseconds