Home
last modified time | relevance | path

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

/aosp_15_r20/external/python/cpython2/Modules/_io/
D_iomodule.c40 PyObject *_PyIO_str_readline; variable
745 if (!(_PyIO_str_readline = PyString_InternFromString("readline"))) in init_io()
D_iomodule.h163 extern PyObject *_PyIO_str_readline;
Diobase.c577 PyObject *line = PyObject_CallMethodObjArgs(self, _PyIO_str_readline, NULL); in iobase_iternext()
Dstringio.c327 _PyIO_str_readline, NULL); in stringio_iternext()
Dbufferedio.c1187 _PyIO_str_readline, NULL); in buffered_iternext()
Dtextio.c2510 _PyIO_str_readline, NULL); in textiowrapper_iternext()
/aosp_15_r20/external/python/cpython3/Tools/c-analyzer/
DTODO142 Modules/_io/_iomodule.c:_PyIO_str_readline PyObject *_PyIO_str_readline
/aosp_15_r20/external/python/cpython3/Tools/c-analyzer/cpython/
Dignored.tsv49 Modules/_io/_iomodule.h - _PyIO_str_readline -