1 2 3 4 5 6 7
|
# The following has been generated automatically from src/core/processing/qgsprocessingparameteraggregate.h
try:
QgsProcessingParameterAggregate.typeName = staticmethod(QgsProcessingParameterAggregate.typeName)
QgsProcessingParameterAggregate.__overridden_methods__ = ['clone', 'type', 'checkValueIsAcceptable', 'valueAsPythonString', 'asPythonString', 'toVariantMap', 'fromVariantMap', 'dependsOnOtherParameters']
QgsProcessingParameterAggregate.__group__ = ['processing']
except (NameError, AttributeError):
pass
|