Home
last modified time | relevance | path

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

/external/python/cpython2/Objects/
Dstringobject.c3219 string_rjust(PyStringObject *self, PyObject *args) in string_rjust() function
3672 {"rjust", (PyCFunction)string_rjust, METH_VARARGS, rjust__doc__},