From bc9bfca8255c50c7280088758697e3d20f43d04f Mon Sep 17 00:00:00 2001 From: Daniel Hornung <d.hornung@indiscale.com> Date: Wed, 20 Mar 2024 17:23:54 +0100 Subject: [PATCH] DOC: WIP --- src/caoscrawler/scanner.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/caoscrawler/scanner.py b/src/caoscrawler/scanner.py index e01ca767..ff6acda7 100644 --- a/src/caoscrawler/scanner.py +++ b/src/caoscrawler/scanner.py @@ -294,7 +294,8 @@ def scanner(items: list[StructureElement], Each function is a dictionary: - - The key is the name of the function to be looked up in the dictionary of registered transformer functions. + - The key is the name of the function to be looked up in the dictionary of registered + transformer functions. - The value is the function which needs to be of the form: def func(in_value: Any, in_parameters: dict) -> Any: pass -- GitLab