X7ROOT File Manager
Current Path:
/usr/lib64/python3.6/site-packages/lxml/html
usr
/
lib64
/
python3.6
/
site-packages
/
lxml
/
html
/
📁
..
📄
ElementSoup.py
(319 B)
📄
__init__.py
(63.37 KB)
📁
__pycache__
📄
_diffcommand.py
(2.08 KB)
📄
_html5builder.py
(3.17 KB)
📄
_setmixin.py
(1.08 KB)
📄
builder.py
(4.21 KB)
📄
clean.cpython-36m-x86_64-linux-gnu.so
(276.84 KB)
📄
clean.py
(26.44 KB)
📄
defs.py
(4.11 KB)
📄
diff.cpython-36m-x86_64-linux-gnu.so
(371.45 KB)
📄
diff.py
(29.79 KB)
📄
formfill.py
(9.46 KB)
📄
html5parser.py
(8.43 KB)
📄
soupparser.py
(9.96 KB)
📄
usedoctest.py
(249 B)
Editing: ElementSoup.py
__doc__ = """Legacy interface to the BeautifulSoup HTML parser. """ __all__ = ["parse", "convert_tree"] from soupparser import convert_tree, parse as _parse def parse(file, beautifulsoup=None, makeelement=None): root = _parse(file, beautifulsoup=beautifulsoup, makeelement=makeelement) return root.getroot()
Upload File
Create Folder