Your IP : 216.73.216.242


Current Path : /proc/self/root/lib64/python3.9/site-packages/lxml/
Upload Files:
Current File: //proc/self/root/lib64/python3.9/site-packages/lxml/usedoctest.py

"""Doctest module for XML comparison.

Usage::

   >>> import lxml.usedoctest
   >>> # now do your XML doctests ...

See `lxml.doctestcompare`
"""

from lxml import doctestcompare

doctestcompare.temp_install(del_module=__name__)