HomeSort by relevance Sort by last modified time
    Searched refs:ordereddict (Results 1 - 4 of 4) sorted by null

  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/
compat.py 28 # Use thirdt party ordereddict for older versions of Python
30 from collections import OrderedDict
32 from ordereddict import OrderedDict
  /external/chromium-trace/catapult/third_party/html5lib-python/html5lib/filters/
alphabeticalattributes.py 6 from collections import OrderedDict
8 from ordereddict import OrderedDict
15 attrs = OrderedDict()
  /external/chromium-trace/catapult/third_party/webtest/webtest/
compat.py 39 from collections import OrderedDict
41 from ordereddict import OrderedDict # noqa
  /external/chromium-trace/catapult/third_party/html5lib-python/html5lib/treewalkers/
etree.py 4 from collections import OrderedDict
7 from ordereddict import OrderedDict
9 OrderedDict = dict
69 attrs = OrderedDict()

Completed in 703 milliseconds