Home
last modified time | relevance | path

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

/external/python/cpython2/Objects/stringlib/
Dtransmogrify.h128 stringlib_ljust(PyObject *self, PyObject *args) in stringlib_ljust() function
/external/python/cpython2/Objects/
Dbytearrayobject.c2857 {"ljust", (PyCFunction)stringlib_ljust, METH_VARARGS, ljust__doc__},