hpcflow.cli package#
Submodules#
hpcflow.cli.config module#
- hpcflow.cli.config.show_all_config(ctx, param, value)#
- hpcflow.cli.config.show_config_file(ctx, param, value)#
hpcflow.cli.utils module#
- hpcflow.cli.utils.CLI_exception_wrapper_gen(*exception_cls)#
Decorator factory
- hpcflow.cli.utils.custom_warning_formatter(message, category, filename, lineno, file=None, line=None)#
Simple warning formatter that shows just the warning type and the message. We use this in the CLI, to avoid producing distracting output.
- hpcflow.cli.utils.warning_formatter(func=<function custom_warning_formatter>)#
Context manager for modifying the warnings formatter.
- Parameters
func (function to set as the warnings.formatwarning function.) –