Thanks to visit codestin.com Credit goes to github.com
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 7c4a7e6 commit ca4d97eCopy full SHA for ca4d97e
1 file changed
Doc/library/pyexpat.rst
@@ -339,8 +339,10 @@ otherwise stated.
339
.. method:: xmlparser.StartElementHandler(name, attributes)
340
341
Called for the start of every element. *name* is a string containing the
342
- element name, and *attributes* is a dictionary mapping attribute names to their
343
- values.
+ element name, and *attributes* is the element attributes. If
+ :attr:`ordered_attributes` is true, this is a list (see
344
+ :attr:`ordered_attributes` for a full description). Otherwise it's a
345
+ dictionary mapping names to values.
346
347
348
.. method:: xmlparser.EndElementHandler(name)
0 commit comments