mirror of
				https://github.com/qgis/QGIS.git
				synced 2025-10-31 00:06:02 -04:00 
			
		
		
		
	
		
			
				
	
	
		
			12 lines
		
	
	
		
			642 B
		
	
	
	
		
			Python
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			642 B
		
	
	
	
		
			Python
		
	
	
	
	
	
| # The following has been generated automatically from src/core/qgspythonrunner.h
 | |
| try:
 | |
|     QgsPythonRunner.isValid = staticmethod(QgsPythonRunner.isValid)
 | |
|     QgsPythonRunner.run = staticmethod(QgsPythonRunner.run)
 | |
|     QgsPythonRunner.runFile = staticmethod(QgsPythonRunner.runFile)
 | |
|     QgsPythonRunner.eval = staticmethod(QgsPythonRunner.eval)
 | |
|     QgsPythonRunner.setArgv = staticmethod(QgsPythonRunner.setArgv)
 | |
|     QgsPythonRunner.setInstance = staticmethod(QgsPythonRunner.setInstance)
 | |
|     QgsPythonRunner.__abstract_methods__ = ['runCommand', 'runFileCommand', 'evalCommand', 'setArgvCommand']
 | |
| except (NameError, AttributeError):
 | |
|     pass
 |