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

/external/python/cpython3/Objects/
H A Dbytearrayobject.c1165 bytearray_startswith(PyByteArrayObject *self, PyObject *args) function
2174 {"startswith", (PyCFunction)bytearray_startswith, METH_VARARGS ,
/external/python/cpython2/Objects/
H A Dbytearrayobject.c1363 bytearray_startswith(PyByteArrayObject *self, PyObject *args) function
2874 {"startswith", (PyCFunction)bytearray_startswith, METH_VARARGS ,

Completed in 47 milliseconds