blob: 82dbb7339c1ea57f021dafaac3db4f63f0bacf4f (
plain) (
blame)
1
2
3
|
This module provide a loader and a dumper for PyYAML allowing to keep items
order when loading a file (by putting them in OrderedDict objects) and to
manage OrderedDict objects when dumping to a file.
|