MCPcopy Index your code
hub / github.com/python/cpython / unreadline

Method unreadline

Lib/email/feedparser.py:97–100  ·  view source on GitHub ↗
(self, line)

Source from the content-addressed store, hash-verified

95 return line
96
97 def unreadline(self, line):
98 # Let the consumer push a line back into the buffer.
99 assert line is not NeedMoreData
100 self._lines.appendleft(line)
101
102 def push(self, data):
103 """Push some new data into this object."""

Callers 2

_parsegenMethod · 0.80
_parse_headersMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected