Class: QgsProcessingOutputVariant

class qgis.core.QgsProcessingOutputVariant

Bases: QgsProcessingOutputDefinition

A variant output for processing algorithms, capable of storing any QVariant value.

New in version 3.34.

QgsProcessingOutputVariant(name: str, description: str = ‘’) Constructor for QgsProcessingOutputVariant.

QgsProcessingOutputVariant(QgsProcessingOutputVariant)

Methods

type

rtype:

str

typeName

Returns the type name for the output class.

type(self) str
Return type:

str

typeName() str

Returns the type name for the output class.

Return type:

str