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