Home
last modified time | relevance | path

Searched refs:_textiowrapper_readline (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython2/Modules/_io/
Dtextio.c1698 _textiowrapper_readline(textio *self, Py_ssize_t limit) in _textiowrapper_readline() function
1877 return _textiowrapper_readline(self, limit); in textiowrapper_readline()
2506 line = _textiowrapper_readline(self, -1); in textiowrapper_iternext()
/external/python/cpython3/Modules/_io/
Dtextio.c2130 _textiowrapper_readline(textio *self, Py_ssize_t limit) in _textiowrapper_readline() function
2303 return _textiowrapper_readline(self, size); in _io_TextIOWrapper_readline_impl()
3086 line = _textiowrapper_readline(self, -1); in textiowrapper_iternext()