📁 File Manager Pro
v10.0.3 | PHP: 8.1.34
Server: Apache
2026-06-21 20:36:14
📂
/ (Root)
/
opt
/
alt
/
python37
/
lib64
/
python3.7
/
site-packages
/
lxml
/
html
📍 /opt/alt/python37/lib64/python3.7/site-packages/lxml/html
🔄 Refresh
✏️
Editing: usedoctest.py
Read Only
"""Doctest module for HTML comparison. Usage:: >>> import lxml.html.usedoctest >>> # now do your HTML doctests ... See `lxml.doctestcompare`. """ from lxml import doctestcompare doctestcompare.temp_install(html=True, del_module=__name__)
💾 Save Changes
❌ Cancel