QGIS/python/core/auto_additions/qgsprocessingalgrunnertask.py
Nyall Dawson 3f481b568e Record header subfolders as __group__ attribute in PyQGIS classes
This will allow us to logically create subgroups for PyQGIS modules
in the API reference guide
2024-08-17 20:13:12 +10:00

10 lines
511 B
Python

# The following has been generated automatically from src/core/processing/qgsprocessingalgrunnertask.h
try:
QgsProcessingAlgRunnerTask.__attribute_docs__ = {'executed': 'Emitted when the algorithm has finished execution. If the algorithm completed\nexecution without errors then ``successful`` will be ``True``. The ``results`` argument\ncontains the results reported by the algorithm.\n'}
except NameError:
pass
try:
QgsProcessingAlgRunnerTask.__group__ = ['processing']
except NameError:
pass