Searched defs:strrepr (Results 1 - 1 of 1) sorted by relevance

/external/python/cpython2/Objects/
H A Dlongobject.c1720 PyObject *strobj, *strrepr; local
1985 strrepr = PyObject_Repr(strobj);
1987 if (strrepr == NULL)
1991 base, PyString_AS_STRING(strrepr));
1992 Py_DECREF(strrepr);

Completed in 103 milliseconds