Closed ssato closed 8 years ago
Add support to convert loaded config object (nested dicts) to namedtuples recursively. If it's happen, it'll be possible to seal configurations loaded because namedtuple objects may be immutable.
Done in m9dicts.
Add support to convert loaded config object (nested dicts) to namedtuples recursively. If it's happen, it'll be possible to seal configurations loaded because namedtuple objects may be immutable.