|
def | check_config (self, *args, **kwargs) |
|
def | import_data (self, fout, *args, **kwargs) |
|
def | interpolate_horiz (self, fout, *args, **kwargs) |
|
def | interpolate_vert (self, fout, *args, **kwargs) |
|
def | setup_model (self, *args, **kwargs) |
|
def | check_config (self, *args, **kwargs) |
|
def | __new__ (cls, name, bases, dct) |
|
def | import_data (self, *args, **kwargs) |
|
def | interpolate_horiz (self, *args, **kwargs) |
|
def | interpolate_vert (self, *args, **kwargs) |
|
◆ check_config()
def palmmeteo_stdplugins.icon.IconPlugin.check_config |
( |
|
self, |
|
|
* |
args, |
|
|
** |
kwargs |
|
) |
| |
(Load and) validate plugin-related configuration.
Any plugin can optinally implement the check_config method for
validating configuration. It is not required, so the method is not
abstract.
Reimplemented from palmmeteo.plugins.Plugin.
◆ import_data()
def palmmeteo_stdplugins.icon.IconPlugin.import_data |
( |
|
self, |
|
|
|
fout, |
|
|
* |
args, |
|
|
** |
kwargs |
|
) |
| |
◆ interpolate_horiz()
def palmmeteo_stdplugins.icon.IconPlugin.interpolate_horiz |
( |
|
self, |
|
|
|
fout, |
|
|
* |
args, |
|
|
** |
kwargs |
|
) |
| |
◆ interpolate_vert()
def palmmeteo_stdplugins.icon.IconPlugin.interpolate_vert |
( |
|
self, |
|
|
|
fout, |
|
|
* |
args, |
|
|
** |
kwargs |
|
) |
| |
The documentation for this class was generated from the following file: