Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/email/
Dfeedparser.py91 def unreadline(self, line): member in BufferedSubFile
231 self._input.unreadline(line)
289 self._input.unreadline(line)
355 self._input.unreadline(line)
368 self._input.unreadline(line)
486 self._input.unreadline(line)
/external/python/cpython3/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)
/external/python/cpython2/Lib/distutils/
Dtext_file.py299 def unreadline (self, line): member in TextFile
/external/python/cpython3/Lib/distutils/
Dtext_file.py282 def unreadline(self, line): member in TextFile
/external/python/cpython3/Doc/distutils/
Dapiref.rst1585 multiple physical lines. Also provides :meth:`unreadline` for implementing
1677 buffer if lines have previously been "unread" with :meth:`unreadline`). If the
1691 .. method:: TextFile.unreadline(line)
1695 lookahead. Note that lines that are "unread" with :meth:`unreadline` are not
1697 :meth:`readline`. If multiple calls are made to :meth:`unreadline` before a call
/external/python/cpython2/Doc/distutils/
Dapiref.rst1544 multiple physical lines. Also provides :meth:`unreadline` for implementing
1636 buffer if lines have previously been "unread" with :meth:`unreadline`). If the
1650 .. method:: TextFile.unreadline(line)
1654 lookahead. Note that lines that are "unread" with :meth:`unreadline` are not
1656 :meth:`readline`. If multiple calls are made to :meth:`unreadline` before a call