We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e3f09c commit 7a568ffCopy full SHA for 7a568ff
Doc/library/xml.etree.elementtree.rst
@@ -628,6 +628,9 @@ Functions
628
for applications where blocking reads can't be made. For fully non-blocking
629
parsing, see :class:`XMLPullParser`.
630
631
+ Once *source* is fully read, the returned :term:`iterator` object is populated with a ``root``
632
+ attribute which references to the root element of the resulting XML tree.
633
+
634
.. note::
635
636
:func:`iterparse` only guarantees that it has seen the ">" character of a
0 commit comments