ComIn 0.5.1
ICON Community Interface
Loading...
Searching...
No Matches
simple_python_plugin Namespace Reference

Detailed Description

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_constructor ( )

Definition at line 44 of file simple_python_plugin.py.

◆ simple_python_destructor()

simple_python_destructor ( )

Definition at line 72 of file simple_python_plugin.py.

◆ simple_python_diagfct()

simple_python_diagfct ( )

Definition at line 65 of file simple_python_plugin.py.

Constant Documentation

◆ args

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

Definition at line 28 of file simple_python_plugin.py.

◆ help

help

Definition at line 21 of file simple_python_plugin.py.

◆ parser

parser = argparse.ArgumentParser()

Definition at line 20 of file simple_python_plugin.py.

◆ tracer

tracer

Definition at line 40 of file simple_python_plugin.py.