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

Method parse

Lib/test/test_email/test_email.py:3863–3867  ·  view source on GitHub ↗
(self, chunks)

Source from the content-addressed store, hash-verified

3861class TestFeedParsers(TestEmailBase):
3862
3863 def parse(self, chunks):
3864 feedparser = FeedParser()
3865 for chunk in chunks:
3866 feedparser.feed(chunk)
3867 return feedparser.close()
3868
3869 def test_empty_header_name_handled(self):
3870 # Issue 19996

Calls 3

feedMethod · 0.95
closeMethod · 0.95
FeedParserClass · 0.90

Tested by

no test coverage detected