選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
 
 
 
 

14 行
249 B

  1. """Doctest module for HTML comparison.
  2. Usage::
  3. >>> import lxml.html.usedoctest
  4. >>> # now do your HTML doctests ...
  5. See `lxml.doctestcompare`.
  6. """
  7. from lxml import doctestcompare
  8. doctestcompare.temp_install(html=True, del_module=__name__)