PATH:
opt
/
alt
/
python33
/
lib
/
python3.3
/
site-packages
/
pip
/
_vendor
/
html5lib
/
filters
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)
[+]
__pycache__
[-] optionaltags.py
[edit]
[-] __init__.py
[edit]
[+]
..
[-] whitespace.py
[edit]
[-] alphabeticalattributes.py
[edit]
[-] sanitizer.py
[edit]
[-] _base.py
[edit]
[-] lint.py
[edit]
[-] inject_meta_charset.py
[edit]