Home
last modified time | relevance | path

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

/external/python/cpython3/Objects/clinic/
Dbytearrayobject.c.h545 bytearray_removesuffix_impl(PyByteArrayObject *self, Py_buffer *suffix);
556 return_value = bytearray_removesuffix_impl(self, &suffix); in bytearray_removesuffix()
/external/python/cpython3/Objects/
Dbytearrayobject.c1344 bytearray_removesuffix_impl(PyByteArrayObject *self, Py_buffer *suffix) in bytearray_removesuffix_impl() function