Home
last modified time | relevance | path

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

/external/python/cpython2/Objects/
Dunicodeobject.c7417 unicode_rjust(PyUnicodeObject *self, PyObject *args) in unicode_rjust() function
7933 {"rjust", (PyCFunction) unicode_rjust, METH_VARARGS, rjust__doc__},