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