Home
last modified time | relevance | path

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

/external/python/cpython3/Objects/clinic/
Dunicodeobject.c.h624 {"lstrip", (PyCFunction)(void(*)(void))unicode_lstrip, METH_FASTCALL, unicode_lstrip__doc__},
630 unicode_lstrip(PyObject *self, PyObject *const *args, Py_ssize_t nargs) in unicode_lstrip() function
/external/python/cpython2/Objects/
Dunicodeobject.c7184 unicode_lstrip(PyUnicodeObject *self, PyObject *args) in unicode_lstrip() function
7923 {"lstrip", (PyCFunction) unicode_lstrip, METH_VARARGS, lstrip__doc__},