Home
last modified time | relevance | path

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

/external/python/cpython3/Objects/
Dbytearrayobject.c1176 bytearray_startswith(PyByteArrayObject *self, PyObject *args) in bytearray_startswith() function
2191 {"startswith", (PyCFunction)bytearray_startswith, METH_VARARGS ,
/external/python/cpython2/Objects/
Dbytearrayobject.c1384 bytearray_startswith(PyByteArrayObject *self, PyObject *args) in bytearray_startswith() function
2886 {"startswith", (PyCFunction)bytearray_startswith, METH_VARARGS ,