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

/external/python/cpython3/Objects/
H A Dbytearrayobject.c1100 bytearray_find(PyByteArrayObject *self, PyObject *args) function
2136 {"find", (PyCFunction)bytearray_find, METH_VARARGS,
/external/python/cpython2/Objects/
H A Dbytearrayobject.c1188 bytearray_find(PyByteArrayObject *self, PyObject *args) function
2837 {"find", (PyCFunction)bytearray_find, METH_VARARGS, find__doc__},

Completed in 102 milliseconds