Searched refs:string_lstrip (Results 1 – 1 of 1) sorted by relevance
1953 string_lstrip(PyStringObject *self, PyObject *args) in string_lstrip() function3656 {"lstrip", (PyCFunction)string_lstrip, METH_VARARGS, lstrip__doc__},