Class: QgsProcessingOutputConditionalBranch

class qgis.core.QgsProcessingOutputConditionalBranch(name: str, description: str = '')

Bases: QgsProcessingOutputDefinition

Constructor for QgsProcessingOutputConditionalBranch.

QgsProcessingOutputConditionalBranch(QgsProcessingOutputConditionalBranch)

A conditional branch output for processing algorithms, which represents a possible model logic flow which branches out from this algorithm.

New in version 3.14.

Parameters
  • name (str) –

  • description

type(self) → str
Return type

str

typeName() → str

Returns the type name for the output class.

Return type

str