Current Path : /proc/thread-self/root/opt/alt/python38/lib64/python3.8/xml/parsers/ |
Current File : //proc/thread-self/root/opt/alt/python38/lib64/python3.8/xml/parsers/expat.py |
"""Interface to the Expat non-validating XML parser.""" import sys from pyexpat import * # provide pyexpat submodules as xml.parsers.expat submodules sys.modules['xml.parsers.expat.model'] = model sys.modules['xml.parsers.expat.errors'] = errors