Searched refs:stringlib_ljust (Results 1 – 6 of 6) sorted by relevance
/external/python/cpython2/Objects/stringlib/ |
D | transmogrify.h | 128 stringlib_ljust(PyObject *self, PyObject *args) in stringlib_ljust() function
|
/external/python/cpython3/Objects/stringlib/ |
D | transmogrify.h | 123 stringlib_ljust(PyObject *self, PyObject *args) in stringlib_ljust() function
|
/external/python/cpython3/Objects/ |
D | bytearrayobject.c | 2174 {"ljust", (PyCFunction)stringlib_ljust, METH_VARARGS, _Py_ljust__doc__},
|
D | bytesobject.c | 2481 {"ljust", (PyCFunction)stringlib_ljust, METH_VARARGS, _Py_ljust__doc__},
|
/external/python/cpython2/Objects/ |
D | bytearrayobject.c | 2869 {"ljust", (PyCFunction)stringlib_ljust, METH_VARARGS, ljust__doc__},
|
D | bytesobject.c | 2486 {"ljust", (PyCFunction)stringlib_ljust, METH_VARARGS, _Py_ljust__doc__},
|