Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
Dunicodeobject.c7085 unicode_rstrip(PyUnicodeObject *self, PyObject *args) in unicode_rstrip() function
7817 {"rstrip", (PyCFunction) unicode_rstrip, METH_VARARGS, rstrip__doc__},
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
Dunicodeobject.c7193 unicode_rstrip(PyUnicodeObject *self, PyObject *args) in unicode_rstrip() function
7921 {"rstrip", (PyCFunction) unicode_rstrip, METH_VARARGS, rstrip__doc__},