Home
last modified time | relevance | path

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

/external/python/cpython2/Objects/
Dstringobject.c1903 PyObject *uniself = PyUnicode_FromObject((PyObject *)self); in do_argstrip() local
1905 if (uniself==NULL) in do_argstrip()
1907 res = _PyUnicode_XStrip((PyUnicodeObject *)uniself, in do_argstrip()
1909 Py_DECREF(uniself); in do_argstrip()