Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/_io/
D_iomodule.h151 extern PyObject *_PyIO_str_decode;
D_iomodule.c28 PyObject *_PyIO_str_decode; variable
721 if (!(_PyIO_str_decode = PyString_InternFromString("decode"))) in init_io()
Dtextio.c276 _PyIO_str_decode, input, final ? Py_True : Py_False, NULL); in _PyIncrementalNewlineDecoder_decode()
1452 _PyIO_str_decode, input_chunk, eof ? Py_True : Py_False, NULL); in textiowrapper_read_chunk()
1517 decoded = PyObject_CallMethodObjArgs(self->decoder, _PyIO_str_decode, in textiowrapper_read()