Class: QgsProcessingOutputFolder

A folder output for processing algorithms.

List of all members, including inherited members

Class Hierarchy

Inheritance diagram of qgis.core.QgsProcessingOutputFolder

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.QgsProcessingOutputFolder[source]

Bases: QgsProcessingOutputDefinition

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

Constructor for QgsProcessingOutputFolder.

Parameters:
__init__(a0: QgsProcessingOutputFolder)
Parameters:

a0 (QgsProcessingOutputFolder)

static typeName() str[source]

Returns the type name for the output class.

Return type:

str