Searched refs:bytes_strip (Results 1 – 1 of 1) sorted by relevance
187 {"strip", (PyCFunction)bytes_strip, METH_FASTCALL, bytes_strip__doc__},193 bytes_strip(PyBytesObject *self, PyObject *const *args, Py_ssize_t nargs) in bytes_strip() function