Example #1
0
 def __init__(self, init):
     DictSyncTreeSepModel.__init__(self, "/", ["Experiment"], init)
Example #2
0
 def __init__(self,  init):
     DictSyncTreeSepModel.__init__(self, ".", ["Dataset", "Value"], init)
Example #3
0
 def __init__(self, init):
     DictSyncTreeSepModel.__init__(self, "/", ["Experiment"], init)
Example #4
0
 def __init__(self,  init):
     DictSyncTreeSepModel.__init__(self, ".",
                                   ["Dataset", "Persistent", "Value"],
                                   init)
Example #5
0
 def __setitem__(self, k, v):
     DictSyncTreeSepModel.__setitem__(self, k, v)
     if self.explorer is not None:
         if k == self.explorer.selected_key:
             self.explorer.update_selection(k, k)
Example #6
0
 def __init__(self, init):
     self.explorer = None
     DictSyncTreeSepModel.__init__(self,
         "/",
         ["Experiment"],
         init)