Home
last modified time | relevance | path

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

/external/python/cpython3/Objects/clinic/
Dbytearrayobject.c.h454 bytearray_strip_impl(PyByteArrayObject *self, PyObject *bytes);
467 return_value = bytearray_strip_impl(self, bytes); in bytearray_strip()
/external/python/cpython3/Objects/
Dbytearrayobject.c1804 bytearray_strip_impl(PyByteArrayObject *self, PyObject *bytes) in bytearray_strip_impl() function