D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
proc
/
thread-self
/
root
/
opt
/
hc_python
/
lib
/
python3.8
/
site-packages
/
lxml
/
Filename :
usedoctest.py
back
Copy
"""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__)