Home | History | Annotate | Download | only in Objects

Lines Matching refs:unicode_ljust

6908 unicode_ljust(PyUnicodeObject *self, PyObject *args)

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