File: __init__.pyi

package info (click to toggle)
lxml-html-clean 0.4.2-1
  • links: PTS
  • area: main
  • in suites: forky, sid, trixie
  • size: 228 kB
  • sloc: python: 865; makefile: 12
file content (11 lines) | stat: -rw-r--r-- 327 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
from .clean import (
    clean_html as clean_html,
    clean as clean,
    Cleaner as Cleaner,
    autolink as autolink,
    autolink_html as autolink_html,
    word_break as word_break,
    word_break_html as word_break_html,
    LXMLHTMLCleanWarning as LXMLHTMLCleanWarning,
    AmbiguousURLWarning as AmbiguousURLWarning,
)