Class: QgsProcessingOutputFile

class qgis.core.QgsProcessingOutputFile

Bases: QgsProcessingOutputDefinition

A file output for processing algorithms.

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

QgsProcessingOutputFile(QgsProcessingOutputFile)

Methods

type

rtype:

str

typeName

Returns the type name for the output class.

valueAsFormattedString

param value:

type(self) str
Return type:

str

typeName() str

Returns the type name for the output class.

Return type:

str

valueAsFormattedString(self, value: Any, context: QgsProcessingContext) Tuple[str, bool]
Parameters:
Return type:

Tuple[str, bool]