Home
last modified time | relevance | path

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

/third_party/python/Objects/clinic/
Dbytesobject.c.h246 bytes_strip_impl(PyBytesObject *self, PyObject *bytes);
262 return_value = bytes_strip_impl(self, bytes); in bytes_strip()
/third_party/python/Objects/
Dbytesobject.c1966 bytes_strip_impl(PyBytesObject *self, PyObject *bytes) in bytes_strip_impl() function