PATH:
usr
/
lib
/
python2.7
/
site-packages
/
pip
/
_vendor
/
html5lib
/
filters
from __future__ import absolute_import, division, unicode_literals from . import _base try: from collections import OrderedDict except ImportError: from ordereddict import OrderedDict class Filter(_base.Filter): def __iter__(self): for token in _base.Filter.__iter__(self): if token["type"] in ("StartTag", "EmptyTag"): attrs = OrderedDict() for name, value in sorted(token["data"].items(), key=lambda x: x[0]): attrs[name] = value token["data"] = attrs yield token
[-] alphabeticalattributes.pyc
[edit]
[-] _base.pyc
[edit]
[-] _base.pyo
[edit]
[-] __init__.pyo
[edit]
[-] sanitizer.pyo
[edit]
[-] whitespace.pyo
[edit]
[-] optionaltags.pyo
[edit]
[-] lint.py
[edit]
[+]
..
[-] optionaltags.pyc
[edit]
[-] inject_meta_charset.pyc
[edit]
[-] whitespace.pyc
[edit]
[-] lint.pyc
[edit]
[-] alphabeticalattributes.pyo
[edit]
[-] __init__.pyc
[edit]
[-] sanitizer.py
[edit]
[-] inject_meta_charset.pyo
[edit]
[-] whitespace.py
[edit]
[-] lint.pyo
[edit]
[-] __init__.py
[edit]
[-] sanitizer.pyc
[edit]
[-] _base.py
[edit]
[-] alphabeticalattributes.py
[edit]
[-] optionaltags.py
[edit]
[-] inject_meta_charset.py
[edit]