Home
last modified time | relevance | path

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

/third_party/python/Objects/clinic/
Dbytesobject.c.h527 bytes_removeprefix_impl(PyBytesObject *self, Py_buffer *prefix);
542 return_value = bytes_removeprefix_impl(self, &prefix); in bytes_removeprefix()
/third_party/python/Objects/
Dbytesobject.c2213 bytes_removeprefix_impl(PyBytesObject *self, Py_buffer *prefix) in bytes_removeprefix_impl() function