8.4.5. vantage6.algorithm.tools.util#

Functions

check_envvar_value_positive(envvar_name, ...)

Check whether an environment variable is a positive integer.

error(msg)

Print an error message to stdout.

get_env_var(var_name[, default, as_type])

Get the value of an environment variable.

info(msg)

Print an info message to stdout.

warn(msg)

Print a warning message to stdout.