0cc342d6749f82ed149dab4e10fa8ae96af1f729,framework/h5py_interface_creator.py,hdf5Database,__init__,#hdf5Database#Any#Any#Any#Any#Any#Any#,78
Before Change
// Add the root as first group
self.allGroupPaths.append("/")
// The root group is not an end group
self.allGroupEnds["/"] = False
// The first root group has not been added yet
self.firstRootGroup = False
// The root name is / . it can be changed if addGroupInit is called
self.parentGroupName = b"/"
After Change
self.firstRootGroup = False
// The root name is / . it can be changed if addGroupInit is called
self.parentGroupName = b"/"
self.h5FileW.create_dataset("allGroupPaths", shape=(1,), dtype=variableLengthStr, data=self.allGroupPaths, maxshape=(None,))
self.h5FileW.create_dataset("allGroupEnds", shape=(1,), dtype=bool, data=self.allGroupEnds, maxshape=(None,))
def __len__(self):
In pattern: SUPERPATTERN
Frequency: 3
Non-data size: 3
Instances Project Name: idaholab/raven
Commit Name: 0cc342d6749f82ed149dab4e10fa8ae96af1f729
Time: 2019-02-27
Author: andrea.alfonsi@inl.gov
File Name: framework/h5py_interface_creator.py
Class Name: hdf5Database
Method Name: __init__
Project Name: google/ffn
Commit Name: 0e029c56e61dcfdf7ab2cc4d3cd518c2e4c6f7ba
Time: 2017-12-14
Author: mjanusz@google.com
File Name: compute_partitions.py
Class Name:
Method Name: main
Project Name: markovmodel/PyEMMA
Commit Name: 4ed172063fc1ec493c91b327e4761192dbb227dd
Time: 2017-08-31
Author: m.scherer@fu-berlin.de
File Name: pyemma/_base/serialization/jsonpickler_handlers.py
Class Name: NumpyNPZHandler
Method Name: flatten