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

Add setitem syntax as synonym for Computer.add() #160

Closed
khaeru opened this issue Feb 12, 2025 · 0 comments · Fixed by #157
Closed

Add setitem syntax as synonym for Computer.add() #160

khaeru opened this issue Feb 12, 2025 · 0 comments · Fixed by #157
Labels
enh New feature or request

Comments

@khaeru
Copy link
Owner

khaeru commented Feb 12, 2025

For example:

c["foo:a-b-c"] = "mul", "x:a-b", "y:b-c", dict(strict=True)

…could be a synonym for:

c.add("foo:a-b-c", "mul", "x:a-b", "y:b-c", strict=True)
@khaeru khaeru added the enh New feature or request label Feb 12, 2025
@khaeru khaeru linked a pull request Feb 16, 2025 that will close this issue
3 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enh New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant