Home
last modified time | relevance | path

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

/third_party/python/Objects/clinic/
Dbytesobject.c.h567 bytes_removesuffix_impl(PyBytesObject *self, Py_buffer *suffix);
582 return_value = bytes_removesuffix_impl(self, &suffix); in bytes_removesuffix()
/third_party/python/Objects/
Dbytesobject.c2251 bytes_removesuffix_impl(PyBytesObject *self, Py_buffer *suffix) in bytes_removesuffix_impl() function