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