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

Method parse

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

Source from the content-addressed store, hash-verified

3929class TestFeedParsers(TestEmailBase):
3930
3931 def parse(self, chunks):
3932 feedparser = FeedParser()
3933 for chunk in chunks:
3934 feedparser.feed(chunk)
3935 return feedparser.close()
3936
3937 def test_empty_header_name_handled(self):
3938 # Issue 19996

Calls 3

feedMethod · 0.95
closeMethod · 0.95
FeedParserClass · 0.90

Tested by

no test coverage detected