PALM-meteo
|
Public Member Functions | |
def | check_config (self, *args, **kwargs) |
![]() | |
def | __new__ (cls, name, bases, dct) |
Base class for plugins The objects are not persistent across multiple runs, so their members (if any) should be created by the constructor and any stage should not expect members to be created by the preceding stages. Use rt to store persistent data.
def palmmeteo.plugins.Plugin.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 in palmmeteo_stdplugins.aladin.AladinPlugin, palmmeteo_stdplugins.icon.IconPlugin, palmmeteo_stdplugins.winddamp.WindDampPlugin, and palmmeteo_stdplugins.wrf.WRFPlugin.