Home
last modified time | relevance | path

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

/external/python/cpython2/Objects/
Dstringobject.c1947 string_lstrip(PyStringObject *self, PyObject *args) in string_lstrip() function
3659 {"lstrip", (PyCFunction)string_lstrip, METH_VARARGS, lstrip__doc__},