Class: QgsProcessingOutputFile

A file output for processing algorithms.

List of all members, including inherited members

Class Hierarchy

Inheritance diagram of qgis.core.QgsProcessingOutputFile

Base classes

QgsProcessingOutputDefinition

Base class for the definition of processing outputs.

Constructor

__init__

Static Methods

typeName

Returns the type name for the output class.

class qgis.core.QgsProcessingOutputFile[source]

Bases: QgsProcessingOutputDefinition

__init__(name: str | None, description: str | None = '')

Constructor for QgsProcessingOutputFile.

Parameters:
__init__(a0: QgsProcessingOutputFile)
Parameters:

a0 (QgsProcessingOutputFile)

static typeName() str[source]

Returns the type name for the output class.

Return type:

str