Home
last modified time | relevance | path

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

/third_party/python/Objects/clinic/
Dbytearrayobject.c.h764 bytearray_lstrip_impl(PyByteArrayObject *self, PyObject *bytes);
780 return_value = bytearray_lstrip_impl(self, bytes); in bytearray_lstrip()
/third_party/python/Objects/
Dbytearrayobject.c1912 bytearray_lstrip_impl(PyByteArrayObject *self, PyObject *bytes) in bytearray_lstrip_impl() function