QGIS/python/core/auto_additions/qgsmapsettings.py
Nyall Dawson 9435a84ff7 sipify
2025-04-03 01:05:31 +10:00

7 lines
358 B
Python

# The following has been generated automatically from src/core/qgsmapsettings.h
try:
QgsLabelBlockingRegion.__attribute_docs__ = {'geometry': 'Geometry of region to avoid placing labels within (in destination map coordinates and CRS)'}
QgsLabelBlockingRegion.__annotations__ = {'geometry': 'QgsGeometry'}
except (NameError, AttributeError):
pass