From d613ebe16e6d127dc72cd49f041400afce68e8a6 Mon Sep 17 00:00:00 2001 From: Birte Kristina Friesel Date: Tue, 9 Jan 2024 16:53:52 +0100 Subject: --show-model=param: show static model where no function has been found --- lib/cli.py | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'lib') diff --git a/lib/cli.py b/lib/cli.py index 55436cd..d6f89b5 100644 --- a/lib/cli.py +++ b/lib/cli.py @@ -86,6 +86,10 @@ def print_analyticinfo(prefix, info): print(f"{empty:{len(prefix)}s} {info.model_args}") +def print_staticinfo(prefix, info): + print(f"{prefix}: {info.value}") + + def print_splitinfo(param_names, info, prefix=""): if type(info) is SplitFunction: for k, v in info.child.items(): -- cgit v1.2.3