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
Will there be possibility to access configuration elements like objects, that is value = config.foo[2].bar instead of value = config['foo'][2]['bar'].get()? See Munch.
The text was updated successfully, but these errors were encountered:
Will there be possibility to access configuration elements like objects, that is
value = config.foo[2].bar
instead ofvalue = config['foo'][2]['bar'].get()
? See Munch.The text was updated successfully, but these errors were encountered: