spinetoolbox.project_items.view.executable_item

Contains View’s executable item as well as support utilities.

authors:
  1. Soininen (VTT)
date:

2.4.2020

Module Contents

Classes

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

Bases: spinetoolbox.executable_item_base.ExecutableItemBase

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

Parameters:
static item_type()[source]

Returns View’s type identifier string.

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

See base class.