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

8 lines
363 B
Python

# The following has been generated automatically from src/core/mesh/qgsmeshcalculator.h
try:
QgsMeshCalculator.expression_valid = staticmethod(QgsMeshCalculator.expression_valid)
QgsMeshCalculator.expressionIsValid = staticmethod(QgsMeshCalculator.expressionIsValid)
QgsMeshCalculator.__group__ = ['mesh']
except (NameError, AttributeError):
pass