PATH: //proc/self/root/opt/cloudlinux/venv/lib64/python3.11/site-packages/lxml/html
FILE_BARU
CREATE
FOLDER_BARU
MKDIR
UPLOAD_FILE
GO
[ .. KEMBALI ]
📄 ElementSoup.py
↓
X
📄 __init__.py
↓
X
📁 __pycache__/
X
📄 _diffcommand.py
↓
X
📄 _html5builder.py
↓
X
📄 _setmixin.py
↓
X
📄 builder.py
↓
X
📄 clean.cpython-311-x86_64-linux-gnu.so
↓
X
📄 clean.py
↓
X
📄 defs.py
↓
X
📄 diff.cpython-311-x86_64-linux-gnu.so
↓
X
📄 diff.py
↓
X
📄 formfill.py
↓
X
📄 html5parser.py
↓
X
📄 soupparser.py
↓
X
📄 usedoctest.py
↓
X
SAVING...
BERHASIL DIUBAH!
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()
SIMPAN PERUBAHAN