deep-compute / deeputil

Commonly re-used logic
MIT License
2 stars 4 forks source link

Issue with AttrDict #35

Closed jaswanth098 closed 2 years ago

jaswanth098 commented 5 years ago
>>> from deeputil import AttrDict
>>> a = AttrDict({"b": {}})
>>> a.b.c = 1
>>> a
AttrDict({'b': {}})
>>> a.c = 1
>>> a
AttrDict({'b': {}, 'c': 1})
>>> 

On the top level of dictionary values are getting manipulated but the internal dictionary is not getting updated with any values provided

jaswanth098 commented 4 years ago

Will get back to this later

jaswanth098 commented 4 years ago

not prio and also needs some thinking

sundarrajan78 commented 3 years ago

@prashanthellina Can we close this issue?

prashanthellina commented 3 years ago

I'll keep this open for now. snoozing.

sundarrajan78 commented 2 years ago

Not a priority

sundarrajan78 commented 2 years ago

Not a priority