pytuflow.FolderInput.is_start_block

pytuflow.FolderInput.is_start_block#

FolderInput.is_start_block()#

Returns whether this input is the start of a block. e.g. If Scenario == DEV is the start of a block.

A start of a block can be any block that starts with

  • IF  [Scenario | Event]

  • ELSE IF  [Scenario | Event]

  • ELSE

  • DEFINE  [Map Output Zone | ...]

  • Start 1D

Returns:

Whether the input is the start of a block.

Return type:

bool