Home
last modified time | relevance | path

Searched refs:unicode_ljust (Results 1 – 1 of 1) sorted by relevance

/external/python/cpython2/Objects/
Dunicodeobject.c7029 unicode_ljust(PyUnicodeObject *self, PyObject *args) in unicode_ljust() function
7926 {"ljust", (PyCFunction) unicode_ljust, METH_VARARGS, ljust__doc__},