QGIS/python/core/auto_additions/qgspointxy.py

3 lines
153 B
Python

# The following has been generated automatically from src/core/qgspointxy.h
QgsPointXY.__repr__ = lambda self: '<QgsPointXY {}>'.format(self.toString())