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

11 lines
410 B
Python

# The following has been generated automatically from src/core/expression/qgsexpressionfunction.h
try:
QgsExpressionFunction.allParamsStatic = staticmethod(QgsExpressionFunction.allParamsStatic)
QgsExpressionFunction.__group__ = ['expression']
except (NameError, AttributeError):
pass
try:
QgsExpressionFunction.Parameter.__group__ = ['expression']
except (NameError, AttributeError):
pass