There was an error while loading. Please reload this page.
1 parent 9c1e35f commit 44fc4b9Copy full SHA for 44fc4b9
1 file changed
Doc/library/html.parser.rst
@@ -101,6 +101,12 @@ The output will then be:
101
:meth:`close` is called. *data* must be :class:`str`.
102
103
104
+.. method:: HTMLParser.flush()
105
+
106
+ Process all data fed insofar as it consists of complete elements. Incomplete
107
+ data remains buffered.
108
109
110
.. method:: HTMLParser.close()
111
112
Force processing of all buffered data as if it were followed by an end-of-file
0 commit comments