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

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

Completed in 79 milliseconds