Skip to content

implement Axis.set[] to create LSet directly #45

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

Open
gdementen opened this issue Jan 18, 2017 · 1 comment
Open

implement Axis.set[] to create LSet directly #45

gdementen opened this issue Jan 18, 2017 · 1 comment

Comments

@gdementen
Copy link
Contributor

axis.set[a, b]

should be equivalent to:

axis[a, b].set()

The goal is mostly that the __repr__ in #44 actually works, so one option might be to simply change LSet __repr__ to:

axis[a, b].set()

But the .set[] syntax would also be more efficient, so...

@gdementen
Copy link
Contributor Author

unsure this will still be necesarry/relevant after #23

@alixdamman alixdamman added this to the 0.32 milestone Dec 21, 2018
@alixdamman alixdamman removed this from the 0.32 milestone Aug 1, 2019
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

2 participants