Home | History | Annotate | Download | only in Objects

Lines Matching refs:bytearray_startswith

1363 bytearray_startswith(PyByteArrayObject *self, PyObject *args)
2874 {"startswith", (PyCFunction)bytearray_startswith, METH_VARARGS ,