Home
last modified time | relevance | path

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

/third_party/python/Objects/clinic/
Dbytearrayobject.c.h798 bytearray_rstrip_impl(PyByteArrayObject *self, PyObject *bytes);
814 return_value = bytearray_rstrip_impl(self, bytes); in bytearray_rstrip()
/third_party/python/Objects/
Dbytearrayobject.c1951 bytearray_rstrip_impl(PyByteArrayObject *self, PyObject *bytes) in bytearray_rstrip_impl() function