Home | History | Annotate | Download | only in Objects

Lines Matching defs:unicode_ljust

7029 unicode_ljust(PyUnicodeObject *self, PyObject *args)
7926 {"ljust", (PyCFunction) unicode_ljust, METH_VARARGS, ljust__doc__},