📁 File Manager Pro
v10.0.3 | PHP: 8.1.34
Server: Apache
2026-06-21 20:34:22
📂
/ (Root)
/
opt
/
alt
/
python37
/
lib
/
python3.7
/
site-packages
/
html5lib
/
filters
📍 /opt/alt/python37/lib/python3.7/site-packages/html5lib/filters
🔄 Refresh
✏️
Editing: base.py
Read Only
from __future__ import absolute_import, division, unicode_literals class Filter(object): def __init__(self, source): self.source = source def __iter__(self): return iter(self.source) def __getattr__(self, name): return getattr(self.source, name)
💾 Save Changes
❌ Cancel