Skip to content

Commit f1f4d24

Browse files
AlisterHnyalldawson
authored andcommittedMay 31, 2023
override processInputs for g.extension algorithms
1 parent 6bae9e0 commit f1f4d24

File tree

2 files changed

+50
-0
lines changed

2 files changed

+50
-0
lines changed
 
Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
# -*- coding: utf-8 -*-
2+
3+
"""
4+
***************************************************************************
5+
g_extension_list.py
6+
------------------
7+
Date : May 2023
8+
Copyright : (C) 2023 by Alister Hood
9+
Email : alister.hood at gmail dot com
10+
***************************************************************************
11+
* *
12+
* This program is free software; you can redistribute it and/or modify *
13+
* it under the terms of the GNU General Public License as published by *
14+
* the Free Software Foundation; either version 2 of the License, or *
15+
* (at your option) any later version. *
16+
* *
17+
***************************************************************************
18+
"""
19+
20+
__author__ = 'Alister Hood'
21+
__date__ = 'May 2023'
22+
__copyright__ = '(C) 2023, Alister Hood'
23+
24+
def processInputs(alg, parameters, context, feedback):
25+
pass
Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
# -*- coding: utf-8 -*-
2+
3+
"""
4+
***************************************************************************
5+
g_extension_manage.py
6+
------------------
7+
Date : May 2023
8+
Copyright : (C) 2023 by Alister Hood
9+
Email : alister.hood at gmail dot com
10+
***************************************************************************
11+
* *
12+
* This program is free software; you can redistribute it and/or modify *
13+
* it under the terms of the GNU General Public License as published by *
14+
* the Free Software Foundation; either version 2 of the License, or *
15+
* (at your option) any later version. *
16+
* *
17+
***************************************************************************
18+
"""
19+
20+
__author__ = 'Alister Hood'
21+
__date__ = 'May 2023'
22+
__copyright__ = '(C) 2023, Alister Hood'
23+
24+
def processInputs(alg, parameters, context, feedback):
25+
pass

0 commit comments

Comments
 (0)
Please sign in to comment.