Package Ganga :: Package Utility :: Package external :: Module ordereddict
[hide private]
[frames] | no frames]

Module ordereddict

source code

Classes [hide private]
  dIter
Implements a basic dictionary iterator with 3 modes.
  oDict
ordereddict = oDict({'a' : 1, 'b' : 2}, True) The dictionary can be initialised with an optional dictionary passed in as the first argument, You can also pass in an order parameter which chooses the sort method.
Variables [hide private]
  __package__ = 'Ganga.Utility.external'