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

8 lines
369 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, AttributeError):
pass