Searched refs:bytearray_endswith (Results 1 – 1 of 1) sorted by relevance
1171 bytearray_endswith(PyByteArrayObject *self, PyObject *args) in bytearray_endswith() function2230 {"endswith", (PyCFunction)bytearray_endswith, METH_VARARGS,