def __setitem__(self, k, v): DictSyncModel.__setitem__(self, k, v) if k == self.explorer.selected_key: self.explorer.update_selection(k, k)
def __init__(self, parent, init): DictSyncModel.__init__(self, ["Dataset", "Persistent", "Value"], parent, init)
def __init__(self, parent, init): DictSyncModel.__init__(self, ["Result", "Value"], parent, init)
def __init__(self, explorer, parent, init): self.explorer = explorer DictSyncModel.__init__(self, ["Experiment"], parent, init)
def __init__(self, parent, init): DictSyncModel.__init__(self, ["Parameter", "Value"], parent, init)
def __init__(self, parent, init): DictSyncModel.__init__(self, ["RID", "Pipeline", "Status", "Prio", "Due date", "Revision", "File", "Class name"], parent, init)
def __init__(self, parent, init): DictSyncModel.__init__(self, [ "RID", "Pipeline", "Status", "Prio", "Due date", "Revision", "File", "Class name" ], parent, init)