QGIS/python/PyQt6/core/auto_additions/qgsprocessingprovider.py
2024-08-14 13:05:46 +10:00

6 lines
335 B
Python

# The following has been generated automatically from src/core/processing/qgsprocessingprovider.h
try:
QgsProcessingProvider.__attribute_docs__ = {'algorithmsLoaded': 'Emitted when the provider has loaded (or refreshed) its list of available\nalgorithms.\n\n.. seealso:: :py:func:`refreshAlgorithms`\n'}
except NameError:
pass