/
/
opt
/
alt
/
python37
/
lib64
/
python3.7
/
site-packages
/
lxml
/
html
Server: server63.web-hosting.com (198.54.116.184)
You: 216.73.216.187
PHP 7.4.33
Dir:
/opt/alt/python37/lib64/python3.7/site-packages/lxml/html
Edit:
/opt/alt/python37/lib64/python3.7/site-packages/lxml/html/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()
Ukuran: 319 B