8.1.4. vantage6.cli.context#

The context module in the CLI package contains the Context classes of instances started from the CLI, such as nodes and servers. These contexts are related to the host system and therefore part of the CLI package.

All classes are derived from the abstract AppContext class and provide the vantage6 applications with naming conventions, standard file locations, and more.

Functions

get_context(type_, name, system_folders)

Load the server context from the configuration file.

select_context_class(type_)

Select the context class based on the type of instance.

Modules