QGIS/python/PyQt6/gui/auto_additions/qgsprocessinghistoryprovider.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
561 B
Python

# The following has been generated automatically from src/gui/processing/qgsprocessinghistoryprovider.h
try:
QgsProcessingHistoryProvider.__attribute_docs__ = {'executePython': 'Emitted when the provider needs to execute python ``commands`` in the Processing context.\n\n.. versionadded:: 3.32\n', 'createTest': 'Emitted when the provider needs to create a Processing test with the given python ``command``.\n\n.. versionadded:: 3.32\n'}
except NameError:
pass
try:
QgsProcessingHistoryProvider.__group__ = ['processing']
except NameError:
pass