You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
which works fine. However It would be nice to be able to switch between dynamic and "static" DotMaps. For instance I want to load the config file, apply command line overrides (using argparse) and then lock the config. Currently I iterate over the DotMap and recursively set _dynamic to False.
Hi, I am searching a best type for config data, usually it is nested dict, but on my opinion config must:
Can DotMap be immutable?
P.S. I found https://github.com/cdgriffith/Box/ but not sure that it popular = good tested.
The text was updated successfully, but these errors were encountered: