MCPcopy Create free account
hub / github.com/RT-Thread/env-windows / feed

Method feed

tools/python-3.11.9-amd64/Lib/email/feedparser.py:171–174  ·  view source on GitHub ↗

Push more data into the parser.

(self, data)

Source from the content-addressed store, hash-verified

169 self._headersonly = True
170
171 def feed(self, data):
172 """Push more data into the parser."""
173 self._input.push(data)
174 self._call_parse()
175
176 def _call_parse(self):
177 try:

Callers 4

read_multiMethod · 0.95
parseMethod · 0.95
_metadata_implMethod · 0.95
feedMethod · 0.45

Calls 2

_call_parseMethod · 0.95
pushMethod · 0.45

Tested by

no test coverage detected