Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
Dstringobject.c1964 string_rstrip(PyStringObject *self, PyObject *args) in string_rstrip() function
3663 {"rstrip", (PyCFunction)string_rstrip, METH_VARARGS, rstrip__doc__},
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
Dstringobject.c1947 string_rstrip(PyStringObject *self, PyObject *args) in string_rstrip() function
3642 {"rstrip", (PyCFunction)string_rstrip, METH_VARARGS, rstrip__doc__},