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