mirror of
				https://github.com/qgis/QGIS.git
				synced 2025-10-31 00:06:02 -04:00 
			
		
		
		
	
		
			
				
	
	
		
			13 lines
		
	
	
		
			683 B
		
	
	
	
		
			Python
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
		
			683 B
		
	
	
	
		
			Python
		
	
	
	
	
	
| # The following has been generated automatically from src/core/qgsxmlutils.h
 | |
| try:
 | |
|     QgsXmlUtils.readMapUnits = staticmethod(QgsXmlUtils.readMapUnits)
 | |
|     QgsXmlUtils.readRectangle = staticmethod(QgsXmlUtils.readRectangle)
 | |
|     QgsXmlUtils.readBox3D = staticmethod(QgsXmlUtils.readBox3D)
 | |
|     QgsXmlUtils.writeMapUnits = staticmethod(QgsXmlUtils.writeMapUnits)
 | |
|     QgsXmlUtils.writeBox3D = staticmethod(QgsXmlUtils.writeBox3D)
 | |
|     QgsXmlUtils.writeRectangle = staticmethod(QgsXmlUtils.writeRectangle)
 | |
|     QgsXmlUtils.writeVariant = staticmethod(QgsXmlUtils.writeVariant)
 | |
|     QgsXmlUtils.readVariant = staticmethod(QgsXmlUtils.readVariant)
 | |
| except (NameError, AttributeError):
 | |
|     pass
 |