Exscript.util.collections module¶
-
class
Exscript.util.collections.OrderedDefaultDict(default_factory=None, *a, **kw)[source]¶ Bases:
collections.OrderedDictA fusion of Python’s defaultdict and Python’s OrderedDict.
Exscript.util.collections.OrderedDefaultDict(default_factory=None, *a, **kw)[source]¶Bases: collections.OrderedDict
A fusion of Python’s defaultdict and Python’s OrderedDict.