QGIS/python/core/auto_additions/qgsvariantutils.py
2024-10-11 16:14:24 +02:00

8 lines
351 B
Python

# The following has been generated automatically from src/core/qgsvariantutils.h
try:
QgsVariantUtils.typeToDisplayString = staticmethod(QgsVariantUtils.typeToDisplayString)
QgsVariantUtils.isNull = staticmethod(QgsVariantUtils.isNull)
QgsVariantUtils.isNumericType = staticmethod(QgsVariantUtils.isNumericType)
except NameError:
pass