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