Home
last modified time | relevance | path

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

/third_party/python/Objects/clinic/
Dbytearrayobject.c.h730 bytearray_strip_impl(PyByteArrayObject *self, PyObject *bytes);
746 return_value = bytearray_strip_impl(self, bytes); in bytearray_strip()
/third_party/python/Objects/
Dbytearrayobject.c1870 bytearray_strip_impl(PyByteArrayObject *self, PyObject *bytes) in bytearray_strip_impl() function