Skip to content
Snippets Groups Projects
Commit bc9bfca8 authored by Daniel Hornung's avatar Daniel Hornung
Browse files

DOC: WIP

parent 0d208b8c
No related branches found
No related tags found
2 merge requests!162DOC WIP: Tutorial: Single structured file,!129Documentation: many small changes
Pipeline #48890 passed
...@@ -294,7 +294,8 @@ def scanner(items: list[StructureElement], ...@@ -294,7 +294,8 @@ def scanner(items: list[StructureElement],
Each function is a dictionary: 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: - The value is the function which needs to be of the form:
def func(in_value: Any, in_parameters: dict) -> Any: def func(in_value: Any, in_parameters: dict) -> Any:
pass pass
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment