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

6 lines
239 B
Python

# The following has been generated automatically from src/core/qgssimplifymethod.h
try:
QgsSimplifyMethod.createGeometrySimplifier = staticmethod(QgsSimplifyMethod.createGeometrySimplifier)
except (NameError, AttributeError):
pass