Home
last modified time | relevance | path

Searched refs:unreadline (Results 1 – 3 of 3) sorted by relevance

/third_party/python/Lib/email/
Dfeedparser.py96 def unreadline(self, line): member in BufferedSubFile
235 self._input.unreadline(line)
293 self._input.unreadline(line)
367 self._input.unreadline(line)
380 self._input.unreadline(line)
503 self._input.unreadline(line)
/third_party/python/Lib/distutils/
Dtext_file.py282 def unreadline(self, line): member in TextFile
/third_party/python/Doc/distutils/
Dapiref.rst1590 multiple physical lines. Also provides :meth:`unreadline` for implementing
1682 buffer if lines have previously been "unread" with :meth:`unreadline`). If the
1696 .. method:: TextFile.unreadline(line)
1700 lookahead. Note that lines that are "unread" with :meth:`unreadline` are not
1702 :meth:`readline`. If multiple calls are made to :meth:`unreadline` before a call