Searched refs:bytearray_removesuffix (Results 1 – 1 of 1) sorted by relevance
161 {"removesuffix", (PyCFunction)bytearray_removesuffix, METH_O, bytearray_removesuffix__doc__},167 bytearray_removesuffix(PyByteArrayObject *self, PyObject *arg) in bytearray_removesuffix() function