We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
obj |> .a.b.c # currently does: obj |> attrgetter('a').b.c # error! # would be neat if it did: obj |> attrgetter('a.b.c') # more expected imo!
The text was updated successfully, but these errors were encountered:
@Socialery That's a great catch; I'll implement in the next version for sure. Thanks!
Sorry, something went wrong.
Allow dotted name in attrgetter, clean up handlers
c96f575
Resolves #255.
@Socialery This now works in coconut-develop! Just pip install coconut-develop to get the new behaviour.
coconut-develop
pip install coconut-develop
No branches or pull requests
The text was updated successfully, but these errors were encountered: