mirror of
https://github.com/qgis/QGIS.git
synced 2025-12-16 00:06:09 -05:00
3 lines
176 B
Python
3 lines
176 B
Python
# The following has been generated automatically from src/core/geometry/qgsrectangle.h
|
|
QgsRectangle.__repr__ = lambda self: '<QgsRectangle {}>'.format(self.asWktCoordinates())
|