Home
last modified time | relevance | path

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

/external/python/cpython3/Objects/clinic/
Dbytearrayobject.c.h485 bytearray_lstrip_impl(PyByteArrayObject *self, PyObject *bytes);
498 return_value = bytearray_lstrip_impl(self, bytes); in bytearray_lstrip()
/external/python/cpython3/Objects/
Dbytearrayobject.c1846 bytearray_lstrip_impl(PyByteArrayObject *self, PyObject *bytes) in bytearray_lstrip_impl() function