Searched refs:_PyIO_str_readline (Results 1 – 8 of 8) sorted by relevance
40 PyObject *_PyIO_str_readline; variable745 if (!(_PyIO_str_readline = PyString_InternFromString("readline"))) in init_io()
163 extern PyObject *_PyIO_str_readline;
577 PyObject *line = PyObject_CallMethodObjArgs(self, _PyIO_str_readline, NULL); in iobase_iternext()
327 _PyIO_str_readline, NULL); in stringio_iternext()
1187 _PyIO_str_readline, NULL); in buffered_iternext()
2510 _PyIO_str_readline, NULL); in textiowrapper_iternext()
142 Modules/_io/_iomodule.c:_PyIO_str_readline PyObject *_PyIO_str_readline
49 Modules/_io/_iomodule.h - _PyIO_str_readline -