spinetoolbox.project_items.data_store.executable_item

Contains Data Store’s executable item as well as support utilities.

authors:
  1. Soininen (VTT)
date:

1.4.2020

Module Contents

Classes

ExecutableItem The part of a project item that is executed by the Spine Engine.
class spinetoolbox.project_items.data_store.executable_item.ExecutableItem(name, url, logger)[source]

Bases: spinetoolbox.executable_item_base.ExecutableItemBase

The part of a project item that is executed by the Spine Engine.

Parameters:
  • name (str) – item’s name
  • url (str) – database’s URL
  • logger (LoggerInterface) – a logger
static item_type()[source]

Returns the data store executable’s type identifier string.

_output_resources_backward(self)[source]

See base class.

_output_resources_forward(self)[source]

See base class.

classmethod from_dict(cls, item_dict, name, project_dir, app_settings, specifications, logger)[source]

See base class.