exdir icon indicating copy to clipboard operation
exdir copied to clipboard

Support various methods for Attributes

Open simetenn opened this issue 8 years ago • 0 comments

  • [ ] __delitem__()
  • [ ] Flag for storing all attribute information, atm all information on for example numpy objects are lost

Properties in h5py that we could support:

  • [ ] clear
  • [ ] create
  • [ ] get
  • [x] items
  • [x] keys
  • [ ] modify
  • [ ] pop
  • [ ] popitem
  • [ ] setdefault
  • [ ] update
  • [x] values

simetenn avatar Mar 13 '17 16:03 simetenn