Home
last modified time | relevance | path

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

/external/python/cpython2/Objects/stringlib/
Dtransmogrify.h158 stringlib_rjust(PyObject *self, PyObject *args) in stringlib_rjust() function
/external/python/cpython2/Objects/
Dbytearrayobject.c2867 {"rjust", (PyCFunction)stringlib_rjust, METH_VARARGS, rjust__doc__},