PATH:
opt
/
alt
/
python27
/
lib
/
python2.7
/
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)
[-] inject_meta_charset.pyc
[edit]
[-] base.pyc
[edit]
[-] optionaltags.py
[edit]
[-] __init__.py
[edit]
[-] sanitizer.pyc
[edit]
[-] base.py
[edit]
[+]
..
[-] whitespace.py
[edit]
[-] alphabeticalattributes.py
[edit]
[-] lint.pyc
[edit]
[-] whitespace.pyc
[edit]
[-] sanitizer.py
[edit]
[-] __init__.pyc
[edit]
[-] lint.py
[edit]
[-] inject_meta_charset.py
[edit]
[-] optionaltags.pyc
[edit]
[-] alphabeticalattributes.pyc
[edit]