Home
last modified time | relevance | path

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

/external/python/cpython2/Objects/
Dstringobject.c3195 string_ljust(PyStringObject *self, PyObject *args) in string_ljust() function
3671 {"ljust", (PyCFunction)string_ljust, METH_VARARGS, ljust__doc__},