Home
last modified time | relevance | path

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

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