Home | History | Annotate | Download | only in Objects

Lines Matching defs:unicode_ljust

12198 unicode_ljust(PyObject *self, PyObject *args)
13830 {"ljust", (PyCFunction) unicode_ljust, METH_VARARGS, ljust__doc__},