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

Method _call_parse

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

Source from the content-addressed store, hash-verified

176 self._call_parse()
177
178 def _call_parse(self):
179 try:
180 self._parse()
181 except StopIteration:
182 pass
183
184 def close(self):
185 """Parse all remaining data and return the root message object."""

Callers 2

feedMethod · 0.95
closeMethod · 0.95

Calls 1

_parseMethod · 0.45

Tested by

no test coverage detected