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

Method feed

tools/python-3.11.9-amd64/Lib/html/parser.py:103–110  ·  view source on GitHub ↗

r"""Feed data to the parser. Call this as often as you want, with as little or as much text as you want (may include '\n').

(self, data)

Source from the content-addressed store, hash-verified

101 _markupbase.ParserBase.reset(self)
102
103 def feed(self, data):
104 r"""Feed data to the parser.
105
106 Call this as often as you want, with as little or as much text
107 as you want (may include '\n').
108 """
109 self.rawdata = self.rawdata + data
110 self.goahead(0)
111
112 def close(self):
113 """Handle any buffered data."""

Callers 1

__init__Method · 0.45

Calls 1

goaheadMethod · 0.95

Tested by

no test coverage detected