Searched refs:unicode_lstrip (Results 1 – 2 of 2) sorted by relevance
/external/python/cpython3/Objects/clinic/ |
D | unicodeobject.c.h | 624 {"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/ |
D | unicodeobject.c | 7184 unicode_lstrip(PyUnicodeObject *self, PyObject *args) in unicode_lstrip() function 7923 {"lstrip", (PyCFunction) unicode_lstrip, METH_VARARGS, lstrip__doc__},
|