Package dap :: Package util :: Module ordereddict
[hide private]
[frames] | no frames]

Module ordereddict

source code

Ordered dictionary.

This is a dictionary class that preserves the order in which the keys are stored. This is necessary to build Structures and Sequences that follow the requested variable order.

Classes [hide private]
  odict
Ordered dictionary.

Functions [hide private]
  _test()

Variables [hide private]
  __author__ = 'Roberto De Almeida <rob@pydap.org>'

Imports: copy


Function Details [hide private]

_test()

source code 
None

Variables Details [hide private]

__author__

None
Value:
'Roberto De Almeida <rob@pydap.org>'