mirror of
https://github.com/qgis/QGIS.git
synced 2025-12-08 00:06:51 -05:00
override processInputs for g.extension algorithms
This commit is contained in:
parent
6bae9e07c9
commit
f1f4d243fc
25
python/plugins/grassprovider/ext/g_extension_list.py
Normal file
25
python/plugins/grassprovider/ext/g_extension_list.py
Normal file
@ -0,0 +1,25 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
|
||||
"""
|
||||
***************************************************************************
|
||||
g_extension_list.py
|
||||
------------------
|
||||
Date : May 2023
|
||||
Copyright : (C) 2023 by Alister Hood
|
||||
Email : alister.hood at gmail dot com
|
||||
***************************************************************************
|
||||
* *
|
||||
* This program is free software; you can redistribute it and/or modify *
|
||||
* it under the terms of the GNU General Public License as published by *
|
||||
* the Free Software Foundation; either version 2 of the License, or *
|
||||
* (at your option) any later version. *
|
||||
* *
|
||||
***************************************************************************
|
||||
"""
|
||||
|
||||
__author__ = 'Alister Hood'
|
||||
__date__ = 'May 2023'
|
||||
__copyright__ = '(C) 2023, Alister Hood'
|
||||
|
||||
def processInputs(alg, parameters, context, feedback):
|
||||
pass
|
||||
25
python/plugins/grassprovider/ext/g_extension_manage.py
Normal file
25
python/plugins/grassprovider/ext/g_extension_manage.py
Normal file
@ -0,0 +1,25 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
|
||||
"""
|
||||
***************************************************************************
|
||||
g_extension_manage.py
|
||||
------------------
|
||||
Date : May 2023
|
||||
Copyright : (C) 2023 by Alister Hood
|
||||
Email : alister.hood at gmail dot com
|
||||
***************************************************************************
|
||||
* *
|
||||
* This program is free software; you can redistribute it and/or modify *
|
||||
* it under the terms of the GNU General Public License as published by *
|
||||
* the Free Software Foundation; either version 2 of the License, or *
|
||||
* (at your option) any later version. *
|
||||
* *
|
||||
***************************************************************************
|
||||
"""
|
||||
|
||||
__author__ = 'Alister Hood'
|
||||
__date__ = 'May 2023'
|
||||
__copyright__ = '(C) 2023, Alister Hood'
|
||||
|
||||
def processInputs(alg, parameters, context, feedback):
|
||||
pass
|
||||
Loading…
x
Reference in New Issue
Block a user