Esempio n. 1
0
 def __init__(self, init):
     DictSyncTreeSepModel.__init__(self, "/", ["Experiment"], init)
Esempio n. 2
0
 def __init__(self,  init):
     DictSyncTreeSepModel.__init__(self, ".", ["Dataset", "Value"], init)
Esempio n. 3
0
 def __init__(self, init):
     DictSyncTreeSepModel.__init__(self, "/", ["Experiment"], init)
Esempio n. 4
0
 def __init__(self,  init):
     DictSyncTreeSepModel.__init__(self, ".",
                                   ["Dataset", "Persistent", "Value"],
                                   init)
Esempio n. 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)
Esempio n. 6
0
 def __init__(self, init):
     self.explorer = None
     DictSyncTreeSepModel.__init__(self,
         "/",
         ["Experiment"],
         init)