Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/_io/
Dtextio.c2375 PyObject *namerepr = NULL, *encrepr = NULL; in textiowrapper_repr() local
2385 encrepr = PyObject_Repr(self->encoding); in textiowrapper_repr()
2387 PyString_AS_STRING(encrepr)); in textiowrapper_repr()
2390 encrepr = PyObject_Repr(self->encoding); in textiowrapper_repr()
2394 PyString_AS_STRING(encrepr)); in textiowrapper_repr()
2398 Py_XDECREF(encrepr); in textiowrapper_repr()
2403 Py_XDECREF(encrepr); in textiowrapper_repr()