Searched refs:_PyIO_str_decode (Results 1 – 3 of 3) sorted by relevance
151 extern PyObject *_PyIO_str_decode;
28 PyObject *_PyIO_str_decode; variable721 if (!(_PyIO_str_decode = PyString_InternFromString("decode"))) in init_io()
276 _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()