Esempio n. 1
0
 def __init__(self, explorer, parent, init):
     self.explorer = explorer
     DictSyncModel.__init__(self,
         ["Experiment"],
         parent, init)
Esempio n. 2
0
 def __init__(self, parent, init):
     DictSyncModel.__init__(self, ["Dataset", "Persistent", "Value"],
                            parent, init)
Esempio n. 3
0
 def __init__(self, parent, init):
     DictSyncModel.__init__(self, ["Parameter", "Value"],
                            parent, init)
Esempio n. 4
0
 def __init__(self, parent, init):
     DictSyncModel.__init__(self, ["Result", "Value"],
                            parent, init)
Esempio n. 5
0
 def __init__(self, parent, init):
     DictSyncModel.__init__(self, ["Result", "Value"], parent, init)
Esempio n. 6
0
 def __init__(self, parent, init):
     DictSyncModel.__init__(self, ["Dataset", "Persistent", "Value"],
                            parent, init)
Esempio n. 7
0
 def __init__(self, parent, init):
     DictSyncModel.__init__(self,
         ["RID", "Pipeline", "Status", "Prio", "Due date",
          "Revision", "File", "Class name"],
         parent, init)
Esempio n. 8
0
 def __init__(self, parent, init):
     DictSyncModel.__init__(self, [
         "RID", "Pipeline", "Status", "Prio", "Due date", "Revision",
         "File", "Class name"
     ], parent, init)
Esempio n. 9
0
 def __init__(self, explorer, parent, init):
     self.explorer = explorer
     DictSyncModel.__init__(self, ["Experiment"], parent, init)