Home | History | Annotate | Download | only in Objects

Lines Matching defs:unicode_ljust

7016 unicode_ljust(PyUnicodeObject *self, PyObject *args)

7913 {"ljust", (PyCFunction) unicode_ljust, METH_VARARGS, ljust__doc__},