MCPcopy Index your code
hub / github.com/RustPython/RustPython / pop_eof_matcher

Method pop_eof_matcher

Lib/email/feedparser.py:68–69  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

66 self._eofstack.append(pred)
67
68 def pop_eof_matcher(self):
69 return self._eofstack.pop()
70
71 def close(self):
72 # Don't forget any trailing partial line.

Callers 1

_parsegenMethod · 0.80

Calls 1

popMethod · 0.45

Tested by

no test coverage detected