QGIS/python/gui/auto_additions/qgsexpressionbuilderdialog.py
Nyall Dawson 3f6b490218 Sipify
2025-04-02 11:11:10 +10:00

7 lines
485 B
Python

# The following has been generated automatically from src/gui/qgsexpressionbuilderdialog.h
try:
QgsExpressionBuilderDialog.__attribute_docs__ = {'allowEvalErrorsChanged': "Allow accepting expressions with evaluation errors. This can be useful\nwhen we are not able to provide an expression context of which we are\nsure it's completely populated.\n"}
QgsExpressionBuilderDialog.__overridden_methods__ = ['done', 'accept', 'reject']
except (NameError, AttributeError):
pass