Home | History | Annotate | Download | only in Objects

Lines Matching refs:unicode_ljust

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