QGIS/python/core/auto_additions/qgsrectangle.py
2018-06-19 07:02:17 -04:00

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())