Skip to content

Visitor Pattern #92

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

Closed
jakirkham opened this issue Nov 30, 2016 · 3 comments
Closed

Visitor Pattern #92

jakirkham opened this issue Nov 30, 2016 · 3 comments
Labels
enhancement New features or improvements release notes done Automatically applied to PRs which have release notes.
Milestone

Comments

@jakirkham
Copy link
Member

In some cases, especially when copying between groups or searching for something in a group, it helps to have a visitor pattern by which one can visit all objects in a Zarr group and do something with them. h5py has the nice visit and visititems methods for Group. It would be really handy to have these same methods for Zarr Groups.

This was referenced Nov 30, 2016
@alimanfoo
Copy link
Member

alimanfoo commented Nov 30, 2016 via email

@jakirkham
Copy link
Member Author

Ok, cool. I'll take a look.

@alimanfoo alimanfoo modified the milestone: v2.2 Dec 15, 2016
@jakirkham
Copy link
Member Author

Rough implementation of these in PR ( https://github.com/alimanfoo/zarr/pull/122 ).

@alimanfoo alimanfoo added enhancement New features or improvements release notes done Automatically applied to PRs which have release notes. labels Nov 20, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New features or improvements release notes done Automatically applied to PRs which have release notes.
Projects
None yet
Development

No branches or pull requests

2 participants