MCPcopy 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

_parsegenMethod · 0.80

Calls 1

appendMethod · 0.45

Tested by

no test coverage detected