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

Map.__getitem__ should support slices #156

Open
JoshKarpel opened this issue May 25, 2019 · 0 comments
Open

Map.__getitem__ should support slices #156

JoshKarpel opened this issue May 25, 2019 · 0 comments
Assignees
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@JoshKarpel
Copy link
Contributor

So that you can slice over the components of a map as if it was a sequence, which we claim it is anyway...

Possibly also special support for map[ComponentStatus.Completed] to return a list of output for completed components without blocking or the user needing to do the checking. Or perhaps that should just be some method...

@JoshKarpel JoshKarpel added the enhancement New feature or request label May 25, 2019
@JoshKarpel JoshKarpel self-assigned this May 25, 2019
@JoshKarpel JoshKarpel added the good first issue Good for newcomers label Jul 17, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant