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

[DICT] Add Python support for update #1889

Open
Tracked by #1570
EmilyBourne opened this issue May 16, 2024 · 0 comments
Open
Tracked by #1570

[DICT] Add Python support for update #1889

EmilyBourne opened this issue May 16, 2024 · 0 comments

Comments

@EmilyBourne
Copy link
Member

Describe the feature

Syntactic and semantic support should be added for update. This should be tested by implementing Python printing

Test Code

Provide code which does not currently work but which should do when this issue is fixed:

def foo():
    a = {1:1.0, 2:2.0}
    b = {3:3.0, 1:4.0}
    a.update(b)
    return a, b
@EmilyBourne EmilyBourne mentioned this issue Dec 25, 2023
20 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant