QGIS/python/core/auto_additions/qgspythonrunner.py
Nyall Dawson 7b56629478 Sipify
2025-03-27 14:00:26 +10:00

10 lines
470 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.eval = staticmethod(QgsPythonRunner.eval)
QgsPythonRunner.setInstance = staticmethod(QgsPythonRunner.setInstance)
QgsPythonRunner.__abstract_methods__ = ['runCommand', 'evalCommand']
except (NameError, AttributeError):
pass