Searched refs:_PyIO_str_decode (Results 1 – 5 of 5) sorted by relevance
28 PyObject *_PyIO_str_decode; variable721 if (!(_PyIO_str_decode = PyString_InternFromString("decode"))) in init_io()
151 extern PyObject *_PyIO_str_decode;
276 _PyIO_str_decode, input, final ? Py_True : Py_False, NULL); in _PyIncrementalNewlineDecoder_decode()1456 _PyIO_str_decode, input_chunk, eof ? Py_True : Py_False, NULL); in textiowrapper_read_chunk()1521 decoded = PyObject_CallMethodObjArgs(self->decoder, _PyIO_str_decode, in textiowrapper_read()
128 Modules/_io/_iomodule.c:_PyIO_str_decode PyObject *_PyIO_str_decode
35 Modules/_io/_iomodule.h - _PyIO_str_decode -