Example #1
0
 def __setitem__(self, k, v):
     DictSyncModel.__setitem__(self, k, v)
     if k == self.explorer.selected_key:
         self.explorer.update_selection(k, k)
Example #2
0
 def __init__(self, parent, init):
     DictSyncModel.__init__(self, ["Dataset", "Persistent", "Value"],
                            parent, init)
Example #3
0
 def __init__(self, parent, init):
     DictSyncModel.__init__(self, ["Result", "Value"],
                            parent, init)
Example #4
0
 def __init__(self, explorer, parent, init):
     self.explorer = explorer
     DictSyncModel.__init__(self,
         ["Experiment"],
         parent, init)
Example #5
0
 def __init__(self, parent, init):
     DictSyncModel.__init__(self, ["Result", "Value"], parent, init)
Example #6
0
 def __init__(self, parent, init):
     DictSyncModel.__init__(self, ["Parameter", "Value"],
                            parent, init)
Example #7
0
 def __init__(self, parent, init):
     DictSyncModel.__init__(self, ["Dataset", "Persistent", "Value"],
                            parent, init)
Example #8
0
 def __init__(self, parent, init):
     DictSyncModel.__init__(self,
         ["RID", "Pipeline", "Status", "Prio", "Due date",
          "Revision", "File", "Class name"],
         parent, init)
Example #9
0
 def __init__(self, parent, init):
     DictSyncModel.__init__(self, [
         "RID", "Pipeline", "Status", "Prio", "Due date", "Revision",
         "File", "Class name"
     ], parent, init)
Example #10
0
 def __setitem__(self, k, v):
     DictSyncModel.__setitem__(self, k, v)
     if k == self.explorer.selected_key:
         self.explorer.update_selection(k, k)
Example #11
0
 def __init__(self, explorer, parent, init):
     self.explorer = explorer
     DictSyncModel.__init__(self, ["Experiment"], parent, init)