QGIS/python/core/auto_additions/qgsprocessingalgorithm.py

6 lines
364 B
Python
Raw Normal View History

# The following has been generated automatically from src/core/processing/qgsprocessingalgorithm.h
try:
QgsProcessingAlgorithm.__attribute_docs__ = {'fields': 'Fields', 'wkbType': 'Geometry (WKB) type', 'crs': 'Coordinate Reference System', 'availability': 'Availability of the properties. By default properties are not available.'}
except NameError:
pass