Searched refs:bytes_strip_impl (Results 1 - 2 of 2) sorted by relevance

/external/python/cpython3/Objects/clinic/
H A Dbytesobject.c.h190 bytes_strip_impl(PyBytesObject *self, PyObject *bytes);
203 return_value = bytes_strip_impl(self, bytes);
/external/python/cpython3/Objects/
H A Dbytesobject.c2022 bytes_strip_impl(PyBytesObject *self, PyObject *bytes) function

Completed in 251 milliseconds