Home
last modified time | relevance | path

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

/external/python/cpython3/Objects/clinic/
Dbytearrayobject.c.h509 bytearray_removeprefix_impl(PyByteArrayObject *self, Py_buffer *prefix);
520 return_value = bytearray_removeprefix_impl(self, &prefix); in bytearray_removeprefix()
/external/python/cpython3/Objects/
Dbytearrayobject.c1312 bytearray_removeprefix_impl(PyByteArrayObject *self, Py_buffer *prefix) in bytearray_removeprefix_impl() function