Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/
Dstropmodule.c434 strop_lstrip(PyObject *self, PyObject *args) in strop_lstrip() function
1223 {"lstrip", strop_lstrip, METH_O, lstrip__doc__},