-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
syntax for computed keyword argument names #7704
Comments
It's a good idea to provide some syntax for this, as it would be pretty easy to support. However I agree that using How about this: any expression after
or
|
Cool! That would be pretty sweet |
Nevermind, this is automatically allowed because |
Yes, it's automatically allowed. |
I can't believe missed this getting implemented! Thanks so much @JeffBezanson! |
Bit of a confusing title, sorry. Basically I've found myself in positions where I need to invoke a function with named args that I've been passed dynamically:
As I'm writing this I'm starting to think this could cause horrible problems when defining functions inside of macros... but maybe I'm wrong. Either way I'd be interested to hear what people think!
The text was updated successfully, but these errors were encountered: