Searched refs:bytes_removeprefix_impl (Results 1 – 2 of 2) sorted by relevance
545 bytes_removeprefix_impl(PyBytesObject *self, Py_buffer *prefix);560 return_value = bytes_removeprefix_impl(self, &prefix); in bytes_removeprefix()
2233 bytes_removeprefix_impl(PyBytesObject *self, Py_buffer *prefix) in bytes_removeprefix_impl() function