Home
last modified time | relevance | path

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

/external/python/cpython3/Objects/stringlib/clinic/
Dtransmogrify.h.h122 {"rjust", (PyCFunction)(void(*)(void))stringlib_rjust, METH_FASTCALL, stringlib_rjust__doc__},
128 stringlib_rjust(PyObject *self, PyObject *const *args, Py_ssize_t nargs) in stringlib_rjust() function
/external/python/cpython2/Objects/stringlib/
Dtransmogrify.h158 stringlib_rjust(PyObject *self, PyObject *args) in stringlib_rjust() function
/external/python/cpython2/Objects/
Dbytesobject.c2494 {"rjust", (PyCFunction)stringlib_rjust, METH_VARARGS, _Py_rjust__doc__},
Dbytearrayobject.c2879 {"rjust", (PyCFunction)stringlib_rjust, METH_VARARGS, rjust__doc__},