Home
last modified time | relevance | path

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

/external/python/cpython3/Objects/clinic/
Dunicodeobject.c.h443 {"ljust", (PyCFunction)unicode_ljust, METH_FASTCALL, unicode_ljust__doc__},
449 unicode_ljust(PyObject *self, PyObject *const *args, Py_ssize_t nargs) in unicode_ljust() function
/external/python/cpython2/Objects/
Dunicodeobject.c7024 unicode_ljust(PyUnicodeObject *self, PyObject *args) in unicode_ljust() function
7921 {"ljust", (PyCFunction) unicode_ljust, METH_VARARGS, ljust__doc__},