QGIS/python/core/auto_additions/qgsprocessingparameterdxflayers.py
2024-12-03 07:47:10 +00:00

10 lines
683 B
Python

# The following has been generated automatically from src/core/processing/qgsprocessingparameterdxflayers.h
try:
QgsProcessingParameterDxfLayers.typeName = staticmethod(QgsProcessingParameterDxfLayers.typeName)
QgsProcessingParameterDxfLayers.parameterAsLayers = staticmethod(QgsProcessingParameterDxfLayers.parameterAsLayers)
QgsProcessingParameterDxfLayers.variantMapAsLayer = staticmethod(QgsProcessingParameterDxfLayers.variantMapAsLayer)
QgsProcessingParameterDxfLayers.layerAsVariantMap = staticmethod(QgsProcessingParameterDxfLayers.layerAsVariantMap)
QgsProcessingParameterDxfLayers.__group__ = ['processing']
except (NameError, AttributeError):
pass