Searched refs:bytes_lstrip_impl (Results 1 - 2 of 2) sorted by relevance

/external/python/cpython3/Objects/clinic/
H A Dbytesobject.c.h221 bytes_lstrip_impl(PyBytesObject *self, PyObject *bytes);
234 return_value = bytes_lstrip_impl(self, bytes);
/external/python/cpython3/Objects/
H A Dbytesobject.c2040 bytes_lstrip_impl(PyBytesObject *self, PyObject *bytes) function

Completed in 132 milliseconds