Class: QgsProcessingOutputFolder

A folder output for processing algorithms.

Class Hierarchy

Inheritance diagram of qgis.core.QgsProcessingOutputFolder

Base classes

QgsProcessingOutputDefinition

Base class for the definition of processing outputs.

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:
  • name (Optional[str])

  • description (Optional[str] = '')

__init__(a0: QgsProcessingOutputFolder)
Parameters:

a0 (QgsProcessingOutputFolder)

static typeName() str[source]

Returns the type name for the output class.

Return type:

str