Files
Android11/external/python/cpython2/Lib/xml/parsers/__init__.py
2023-10-13 14:01:41 +00:00

9 lines
167 B
Python

"""Python interfaces to XML parsers.
This package contains one module:
expat -- Python wrapper for James Clark's Expat parser, with namespace
support.
"""