Searched refs:stringlib_rjust (Results 1 – 4 of 4) sorted by relevance
/external/python/cpython3/Objects/stringlib/clinic/ |
D | transmogrify.h.h | 122 {"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/ |
D | transmogrify.h | 158 stringlib_rjust(PyObject *self, PyObject *args) in stringlib_rjust() function
|
/external/python/cpython2/Objects/ |
D | bytesobject.c | 2494 {"rjust", (PyCFunction)stringlib_rjust, METH_VARARGS, _Py_rjust__doc__},
|
D | bytearrayobject.c | 2879 {"rjust", (PyCFunction)stringlib_rjust, METH_VARARGS, rjust__doc__},
|