Exemple #1
0
 def getH5NodeFromPath(self, model, path):
     index = self.getIndexFromPath(model, path)
     item = model.data(index, hdf5.Hdf5TreeModel.H5PY_ITEM_ROLE)
     h5node = hdf5.H5Node(item)
     return h5node
Exemple #2
0
 def getH5NodeFromPath(self, model, path):
     item = self.getH5ItemFromPath(model, path)
     h5node = hdf5.H5Node(item)
     return h5node