Home
last modified time | relevance | path

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

/external/python/cpython2/Objects/
Dbytesobject.c1919 bytes_find(PyBytesObject *self, PyObject *args) in bytes_find() function
2466 {"find", (PyCFunction)bytes_find, METH_VARARGS,
/external/python/cpython3/Objects/
Dbytesobject.c1833 bytes_find(PyBytesObject *self, PyObject *args) in bytes_find() function
2471 {"find", (PyCFunction)bytes_find, METH_VARARGS,