spinetoolbox.project_items.data_store.commands

Undo/redo commands for the DataStore project item.

authors:
  1. Marin (KTH)
date:

5.5.2020

Module Contents

Classes

UpdateDSURLCommand Command to update DS url.
class spinetoolbox.project_items.data_store.commands.UpdateDSURLCommand(ds, **kwargs)[source]

Bases: spinetoolbox.project_commands.SpineToolboxCommand

Command to update DS url.

Parameters:
  • ds (DataStore) – the DS
  • kwargs – url keys and their values
redo(self)[source]
undo(self)[source]