luigi.freezing
Internal-only module with immutable data structures.
Please, do not use it outside of Luigi codebase itself.
Functions
|
Recursively walks |
|
Recursively walks |
Classes
|
It is an immutable wrapper around ordered dictionaries that implements the complete |
- class luigi.freezing.FrozenOrderedDict(*args, **kwargs)[source]
It is an immutable wrapper around ordered dictionaries that implements the complete
collections.Mappinginterface. It can be used as a drop-in replacement for dictionaries where immutability and ordering are desired.