Searched refs:bytearray_endswith (Results 1 – 2 of 2) sorted by relevance
1182 bytearray_endswith(PyByteArrayObject *self, PyObject *args) in bytearray_endswith() function2146 {"endswith", (PyCFunction)bytearray_endswith, METH_VARARGS,
1423 bytearray_endswith(PyByteArrayObject *self, PyObject *args) in bytearray_endswith() function2845 {"endswith", (PyCFunction)bytearray_endswith, METH_VARARGS, endswith__doc__},