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

8 lines
389 B
Python

# The following has been generated automatically from src/core/qgsrelation.h
try:
QgsRelation.createFromXml = staticmethod(QgsRelation.createFromXml)
QgsRelation.cardinalityToDisplayString = staticmethod(QgsRelation.cardinalityToDisplayString)
QgsRelation.strengthToDisplayString = staticmethod(QgsRelation.strengthToDisplayString)
except (NameError, AttributeError):
pass