Home
last modified time | relevance | path

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

/external/python/cpython3/Objects/clinic/
Dunicodeobject.c.h526 unicode_lstrip_impl(PyObject *self, PyObject *chars);
539 return_value = unicode_lstrip_impl(self, chars); in unicode_lstrip()
/external/python/cpython3/Objects/
Dunicodeobject.c12480 unicode_lstrip_impl(PyObject *self, PyObject *chars) in unicode_lstrip_impl() function