Home
last modified time | relevance | path

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

/third_party/python/Objects/
Dbytesobject.c1848 bytes_find(PyBytesObject *self, PyObject *args) in bytes_find() function
2486 {"find", (PyCFunction)bytes_find, METH_VARARGS,