QGIS/python/gui/auto_additions/qgsprocessinghistoryprovider.py
Nyall Dawson f21722a0f1 [sipify] Minor cleanup to auto additions
Condense injections into a single block instead of multiple
separate blocks
2024-09-09 16:56:29 +10:00

8 lines
654 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'}
QgsProcessingHistoryProvider.__signal_arguments__ = {'executePython': ['commands: str'], 'createTest': ['command: str']}
QgsProcessingHistoryProvider.__group__ = ['processing']
except NameError:
pass