Class: QgsProcessingOutputNumber

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

Bases: QgsProcessingOutputDefinition

Constructor for QgsProcessingOutputNumber.

QgsProcessingOutputNumber(QgsProcessingOutputNumber)

A numeric output for processing algorithms.

New in version 3.0.

Parameters
  • name (str) –

  • description

type(self) → str
Return type

str

typeName() → str

Returns the type name for the output class.

Return type

str