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

Method pushlines

Lib/email/feedparser.py:123–124  ·  view source on GitHub ↗
(self, lines)

Source from the content-addressed store, hash-verified

121 self.pushlines(parts)
122
123 def pushlines(self, lines):
124 self._lines.extend(lines)
125
126 def __iter__(self):
127 return self

Callers 2

closeMethod · 0.95
pushMethod · 0.95

Calls 1

extendMethod · 0.45

Tested by

no test coverage detected