Searched refs:bytearray_strip (Results 1 – 1 of 1) sorted by relevance
727 {"strip", (PyCFunction)(void(*)(void))bytearray_strip, METH_FASTCALL, bytearray_strip__doc__},733 bytearray_strip(PyByteArrayObject *self, PyObject *const *args, Py_ssize_t nargs) in bytearray_strip() function