Searched refs:bytes_removesuffix_impl (Results 1 – 2 of 2) sorted by relevance
567 bytes_removesuffix_impl(PyBytesObject *self, Py_buffer *suffix);582 return_value = bytes_removesuffix_impl(self, &suffix); in bytes_removesuffix()
2251 bytes_removesuffix_impl(PyBytesObject *self, Py_buffer *suffix) in bytes_removesuffix_impl() function