![]() |
ICON Community Interface 0.4.0
|
Test plugin for the ICON Community Interface (ComIn) More...
Functions | |
| simple_python_constructor () | |
| simple_python_diagfct () | |
| simple_python_destructor () | |
Variables | |
| parser = argparse.ArgumentParser() | |
| help | |
| args = parser.parse_args(comin.current_get_plugin_info().args) | |
| tracer | |
Test plugin for the ICON Community Interface (ComIn)
This simple test plugin shows how to use the basic features of ComIn analogous to simple_c_plugin and simple_fortran_plugin.
SPDX-License-Identifier: BSD-3-Clause
Please see the file LICENSE in the root of the source tree for this code. Where software is supplied by third parties, it is indicated in the headers of the routines.
| simple_python_plugin.simple_python_constructor | ( | ) |
| simple_python_plugin.simple_python_destructor | ( | ) |
Definition at line 72 of file simple_python_plugin.py.
| simple_python_plugin.simple_python_diagfct | ( | ) |
Definition at line 65 of file simple_python_plugin.py.
| simple_python_plugin.args = parser.parse_args(comin.current_get_plugin_info().args) |
Definition at line 28 of file simple_python_plugin.py.
| simple_python_plugin.help |
Definition at line 21 of file simple_python_plugin.py.
| simple_python_plugin.parser = argparse.ArgumentParser() |
Definition at line 20 of file simple_python_plugin.py.
| simple_python_plugin.tracer |
Definition at line 40 of file simple_python_plugin.py.