PATH:
usr
/
lib
/
python3.6
/
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)
[-] lint.py
[edit]
[+]
..
[-] base.py
[edit]
[-] sanitizer.py
[edit]
[+]
__pycache__
[-] whitespace.py
[edit]
[-] __init__.py
[edit]
[-] alphabeticalattributes.py
[edit]
[-] optionaltags.py
[edit]
[-] inject_meta_charset.py
[edit]