pytuflow.Scope.set_else

Contents

pytuflow.Scope.set_else#

Scope.set_else(b=True)#

Sets the ELSE status of the scope object.

Parameters:

b (bool, optional) – If True, sets the scope object to be from an ELSE block, otherwise sets it to not be from an ELSE block.

Return type:

None