Home
last modified time | relevance | path

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

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