Searched refs:bytearray_lstrip_impl (Results 1 – 2 of 2) sorted by relevance
485 bytearray_lstrip_impl(PyByteArrayObject *self, PyObject *bytes);498 return_value = bytearray_lstrip_impl(self, bytes); in bytearray_lstrip()
1846 bytearray_lstrip_impl(PyByteArrayObject *self, PyObject *bytes) in bytearray_lstrip_impl() function