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

8 lines
323 B
Python

# The following has been generated automatically from src/core/geometry/qgsrectangle.h
try:
QgsRectangle.fromWkt = staticmethod(QgsRectangle.fromWkt)
QgsRectangle.fromCenterAndSize = staticmethod(QgsRectangle.fromCenterAndSize)
QgsRectangle.__group__ = ['geometry']
except (NameError, AttributeError):
pass