mirror of
				https://github.com/qgis/QGIS.git
				synced 2025-11-04 00:04:25 -05:00 
			
		
		
		
	
		
			
				
	
	
		
			9 lines
		
	
	
		
			529 B
		
	
	
	
		
			Python
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			529 B
		
	
	
	
		
			Python
		
	
	
	
	
	
# The following has been generated automatically from src/core/auth/qgsauthmethod.h
 | 
						|
try:
 | 
						|
    QgsAuthMethod.authMethodTag = staticmethod(QgsAuthMethod.authMethodTag)
 | 
						|
    QgsAuthMethod.__virtual_methods__ = ['editWidget', 'updateNetworkRequest', 'updateNetworkReply', 'updateDataSourceUriItems', 'updateNetworkProxy']
 | 
						|
    QgsAuthMethod.__abstract_methods__ = ['key', 'description', 'displayDescription', 'clearCachedConfig', 'updateMethodConfig']
 | 
						|
    QgsAuthMethod.__group__ = ['auth']
 | 
						|
except (NameError, AttributeError):
 | 
						|
    pass
 |