Home
last modified time | relevance | path

Searched refs:bytes_strip (Results 1 – 1 of 1) sorted by relevance

/external/python/cpython3/Objects/clinic/
Dbytesobject.c.h187 {"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