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

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