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

Support various methods for Group objects #36

Open
12 of 30 tasks
miladh opened this issue Jul 27, 2017 · 0 comments
Open
12 of 30 tasks

Support various methods for Group objects #36

miladh opened this issue Jul 27, 2017 · 0 comments

Comments

@miladh
Copy link
Member

miladh commented Jul 27, 2017

Properties in h5py that we could support:

  • atters
  • clear
  • close
  • copy
  • driver
  • fid
  • file
  • filename (directory)
  • flush
  • get
  • id
  • items
  • keys
  • mode (io_mode)
  • move
  • name
  • parent
  • pop
  • popitem
  • ref
  • setdefault
  • update
  • values
  • visit()
  • visititems()
  • iter()
  • Intermediate groups can be created automatically "grp = f.create_group('foo/bar/baz')"
  • __str__()
  • __repr__()
  • __len__()
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