Class: QgsProcessingOutputFile

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

Bases: QgsProcessingOutputDefinition

Constructor for QgsProcessingOutputFile.

QgsProcessingOutputFile(QgsProcessingOutputFile)

A file output for processing algorithms.

New in version 3.0:

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