ForEach
Execution for each item in data series
Subclass of Component.
Module: core
Methods and properties
Main methods and properties
__init__
Arguments:
schema (Component): Component that will be executed.
get_key (str): Key associated with series of data items.
set_key (Optional[str], optional): Data destination. If equals to None, get_key will be used. Defaults to None.
name (Optional[str], optional): Name for identification. If equals to None, class name will be used. Defaults to None.
Last updated