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
Similarly to python-benedict it would would be nice to have a dictionary subclass that makes access to elements less verbose using for example this syntax
d = dpath_dict()
d['profile/firstname'] = 'Martin' # set values by keypath
The text was updated successfully, but these errors were encountered:
Similarly to python-benedict it would would be nice to have a dictionary subclass that makes access to elements less verbose using for example this syntax
d = dpath_dict()
d['profile/firstname'] = 'Martin' # set values by keypath
The text was updated successfully, but these errors were encountered: