Home
last modified time | relevance | path

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

/external/python/cpython2/Objects/
Dstringobject.c1897 PyObject *uniself = PyUnicode_FromObject((PyObject *)self); in do_argstrip() local
1899 if (uniself==NULL) in do_argstrip()
1901 res = _PyUnicode_XStrip((PyUnicodeObject *)uniself, in do_argstrip()
1903 Py_DECREF(uniself); in do_argstrip()