Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ push_eof_matcher
Method
push_eof_matcher
Lib/email/feedparser.py:65–66 ·
view source on GitHub ↗
(self, pred)
Source
from the content-addressed store, hash-verified
63
self._closed = False
64
65
def
push_eof_matcher(self, pred):
66
self._eofstack.append(pred)
67
68
def
pop_eof_matcher(self):
69
return
self._eofstack.pop()
Callers
1
_parsegen
Method · 0.80
Calls
1
append
Method · 0.45
Tested by
no test coverage detected