PATH:
opt
/
alt
/
python33
/
lib
/
python3.3
/
site-packages
/
pip
/
_vendor
/
html5lib
/
filters
from __future__ import absolute_import, division, unicode_literals from . import _base from ..sanitizer import HTMLSanitizerMixin class Filter(_base.Filter, HTMLSanitizerMixin): def __iter__(self): for token in _base.Filter.__iter__(self): token = self.sanitize_token(token) if token: yield token
[+]
__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]