Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 7 additions & 1 deletion Doc/library/pyexpat.rst
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,15 @@ This module provides one exception and one type object:
Alias for :exc:`ExpatError`.


.. class:: xmlparser

The type of XML parser objects returned by the :func:`ParserCreate` function.
This type is available as ``xml.parsers.expat.XMLParserType``.


.. data:: XMLParserType

The type of the return values from the :func:`ParserCreate` function.
Alias for :class:`xmlparser`.

The :mod:`xml.parsers.expat` module contains two functions:

Expand Down
Loading