Home
last modified time | relevance | path

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

/third_party/python/Objects/
Dbytesobject.c2277 bytes_startswith(PyBytesObject *self, PyObject *args) in bytes_startswith() function
2524 {"startswith", (PyCFunction)bytes_startswith, METH_VARARGS,