QGIS/python/core/auto_additions/qgsrelation.py
Nyall Dawson f21722a0f1 [sipify] Minor cleanup to auto additions
Condense injections into a single block instead of multiple
separate blocks
2024-09-09 16:56:29 +10:00

8 lines
371 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:
pass