Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/_io/
Dtextio.c964 PyObject *incrementalDecoder = PyObject_CallFunction( in textiowrapper_init() local
967 if (incrementalDecoder == NULL) in textiowrapper_init()
969 Py_XSETREF(self->decoder, incrementalDecoder); in textiowrapper_init()