mirror of
https://github.com/qgis/QGIS.git
synced 2025-10-17 00:09:36 -04:00
3 lines
654 B
Python
3 lines
654 B
Python
# The following has been generated automatically from src/core/expression/qgsexpression.h
|
|
QgsExpression.__attribute_docs__ = {'errorType': 'The type of parser error that was found.', 'errorMsg': 'The message for the error at this location.', 'firstLine': "The first line that contained the error in the parser.\nDepending on the error sometimes this doesn't mean anything.", 'firstColumn': "The first column that contained the error in the parser.\nDepending on the error sometimes this doesn't mean anything.", 'lastLine': 'The last line that contained the error in the parser.', 'lastColumn': 'The last column that contained the error in the parser.'}
|