kwargs#
As the child keyword of analysis step#
Extra keyword arguments passed to the custom Python function.
analysis:
steps:
- step: "..."
type: "script"
kwargs:
kw1: arg1
kw2: arg2
...
Specification#
- Parent keyword:
- Arguments:
Dictionary
- Default:
None
Related pages