Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
close
Method · 0.95
push
Method · 0.95
Calls
1
extend
Method · 0.45
Tested by
no test coverage detected