Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

support nested key get/set #144

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dxma
Copy link

@dxma dxma commented May 26, 2022

Hi,

This PR is enhanced version of #119 , which supports nested key with index/slice, such as 'foo[0].bar' and 'foo.bar[0]'.
Like mentioned in previous PR, this change is not backward compatible, but I found it useful and powerful.

close #110

BR

@sourabhsharma-cpi
Copy link

is some1 reviewing this ? this is an amazing enhancement. Please look into this.

@afeblot
Copy link

afeblot commented Mar 30, 2024

I would love to see this merged. This would make addict the perfect Swiss army knife dict.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Deep setattr and gettattr when attribute names contain '.'
3 participants