Home
last modified time | relevance | path

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

/third_party/python/Objects/clinic/
Dbytesobject.c.h314 bytes_rstrip_impl(PyBytesObject *self, PyObject *bytes);
330 return_value = bytes_rstrip_impl(self, bytes); in bytes_rstrip()
/third_party/python/Objects/
Dbytesobject.c2002 bytes_rstrip_impl(PyBytesObject *self, PyObject *bytes) in bytes_rstrip_impl() function