ICON Community Interface 0.4.0
Loading...
Searching...
No Matches
simple_python_plugin Namespace Reference

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
 

Detailed Description

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.

Authors
11/2023 :: ICON Community Interface comin.nosp@m.@ico.nosp@m.n-mod.nosp@m.el.o.nosp@m.rg

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.

Function Documentation

◆ simple_python_constructor()

simple_python_plugin.simple_python_constructor ( )

Definition at line 44 of file simple_python_plugin.py.

Here is the call graph for this function:

◆ simple_python_destructor()

simple_python_plugin.simple_python_destructor ( )

Definition at line 72 of file simple_python_plugin.py.

◆ simple_python_diagfct()

simple_python_plugin.simple_python_diagfct ( )

Definition at line 65 of file simple_python_plugin.py.

Variable Documentation

◆ args

simple_python_plugin.args = parser.parse_args(comin.current_get_plugin_info().args)

Definition at line 28 of file simple_python_plugin.py.

◆ help

simple_python_plugin.help

Definition at line 21 of file simple_python_plugin.py.

◆ parser

simple_python_plugin.parser = argparse.ArgumentParser()

Definition at line 20 of file simple_python_plugin.py.

◆ tracer

simple_python_plugin.tracer

Definition at line 40 of file simple_python_plugin.py.