mirror of
				https://github.com/qgis/QGIS.git
				synced 2025-11-04 00:04:25 -05:00 
			
		
		
		
	
		
			
				
	
	
		
			7 lines
		
	
	
		
			358 B
		
	
	
	
		
			Python
		
	
	
	
	
	
			
		
		
	
	
			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
 |