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

10 lines
513 B
Python

# The following has been generated automatically from src/core/qgsproperty.h
try:
QgsProperty.propertyMapToVariantMap = staticmethod(QgsProperty.propertyMapToVariantMap)
QgsProperty.variantMapToPropertyMap = staticmethod(QgsProperty.variantMapToPropertyMap)
QgsProperty.fromExpression = staticmethod(QgsProperty.fromExpression)
QgsProperty.fromField = staticmethod(QgsProperty.fromField)
QgsProperty.fromValue = staticmethod(QgsProperty.fromValue)
except (NameError, AttributeError):
pass