mirror of
				https://github.com/qgis/QGIS.git
				synced 2025-10-31 00:06:02 -04:00 
			
		
		
		
	
		
			
				
	
	
		
			8 lines
		
	
	
		
			323 B
		
	
	
	
		
			Python
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			323 B
		
	
	
	
		
			Python
		
	
	
	
	
	
| # The following has been generated automatically from src/core/geometry/qgsrectangle.h
 | |
| try:
 | |
|     QgsRectangle.fromWkt = staticmethod(QgsRectangle.fromWkt)
 | |
|     QgsRectangle.fromCenterAndSize = staticmethod(QgsRectangle.fromCenterAndSize)
 | |
|     QgsRectangle.__group__ = ['geometry']
 | |
| except (NameError, AttributeError):
 | |
|     pass
 |