Skip to content
Snippets Groups Projects
Commit d8ee0292 authored by Markus Scheidgen's avatar Markus Scheidgen
Browse files

Added dummy for missing setSectionInfo in LocalBackend.

parent 0e0c20ab
Branches
Tags
No related merge requests found
......@@ -184,6 +184,14 @@ class LocalBackend(object):
dataManager.superSectionManager.addArrayValues(dataManager.metaInfo, values, gIndex=gIndex)
def setSectionInfo(self, metaName, gIndex, references):
"""
Sets info values of an open section references should be a dictionary with the
gIndexes of the root sections this section refers to.
"""
# TODO needs to be implemented !!!
pass
def array_type_for_metainfo_type(self, dtypeStr):
"""Returns a list of numpy types correspoding to the dtypeStr of a
metainfo.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment