exdir
exdir copied to clipboard
Support various methods for File objects
Properties in h5py that we could support:
- [x] atters
- [ ] clear
- [x] close
- [ ] copy
- [ ] driver
- [ ] fid
- [ ] file
- [x] filename (directory)
- [ ] flush
- [ ] get
- [ ] id
- [x] items
- [x] keys
- [x] mode (io_mode)
- [ ] move
- [x] name
- [x] parent
- [ ] pop
- [ ] popitem
- [ ] ref
- [ ] setdefault
- [ ] update
- [x] values
- [ ] visit()
- [ ] visititems()