HDFGroup / h5pyd

h5py distributed - Python client library for HDF Rest API
Other
111 stars 39 forks source link

Fix passing kwds arguments for ObjectID-derived classes #41

Closed ghost closed 6 years ago

ghost commented 6 years ago

The changes make it possible to create parent-less high level objects, like Dataset, by allowing all **kwds argument to reach the ObjectID.__init__() method.

(Plus, some PEP 8 clean up.)