Home
last modified time | relevance | path

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

/external/python/cpython3/Objects/clinic/
Dbytesobject.c.h542 bytes_removeprefix_impl(PyBytesObject *self, Py_buffer *prefix);
557 return_value = bytes_removeprefix_impl(self, &prefix); in bytes_removeprefix()
/external/python/cpython3/Objects/
Dbytesobject.c2198 bytes_removeprefix_impl(PyBytesObject *self, Py_buffer *prefix) in bytes_removeprefix_impl() function