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

python: No iteration scope for "name" and "value" in function call args #2729

Open
pokey opened this issue Jan 16, 2025 · 0 comments
Open

python: No iteration scope for "name" and "value" in function call args #2729

pokey opened this issue Jan 16, 2025 · 0 comments
Labels
bug Something isn't working lang-python Issues related to Python programming language support

Comments

@pokey
Copy link
Member

pokey commented Jan 16, 2025

In the following python code:

aaa(bbb=0, ccc=1, ddd=2)

Saying "take every name bat" should target bbb, ccc, and ddd, but doesn't, because we don't have an iteration scope inside those parens

@pokey pokey added bug Something isn't working lang-python Issues related to Python programming language support labels Jan 16, 2025
@pokey pokey changed the title python: No iteration scope for names and values in function call args python: No iteration scope for "name" and "value" in function call args Jan 16, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working lang-python Issues related to Python programming language support
Projects
None yet
Development

No branches or pull requests

1 participant