We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
implement the important methods in h5py, for example, .shape, .keys(), __contains__, or inherit from h5py?
.shape
.keys()
__contains__
The text was updated successfully, but these errors were encountered:
__contains__() will be implemented in 0.0.5
__contains__()
Sorry, something went wrong.
Merge pull request #12 from appier/inherit-from-h5py
d485961
inherit from h5py (resolved #5, resolved #6, resolved #9, resolved #10)
Successfully merging a pull request may close this issue.
implement the important methods in h5py, for example,
.shape
,.keys()
,__contains__
, or inherit from h5py?The text was updated successfully, but these errors were encountered: