Searched refs:bytearray_strip (Results 1 – 1 of 1) sorted by relevance
2456 bytearray_strip(PyByteArrayObject *self, PyObject *args) in bytearray_strip() function2876 {"strip", (PyCFunction)bytearray_strip, METH_VARARGS, strip__doc__},