msl.io.dictionary module
An OrderedDict that can be made read only.
- class msl.io.dictionary.Dictionary(read_only, **kwargs)[source]
Bases:
MutableMappingA
dictthat can be made read only.- Parameters:
An OrderedDict that can be made read only.
Bases: MutableMapping
A dict that can be made read only.