InnerStopHooksAggregate#

class skrough.algorithms.meta.aggregates.InnerStopHooksAggregate(normalized_hooks: List[InnerStopHook])[source]#

Bases: AggregateMixin

Methods

__init__(normalized_hooks)

Method generated by attrs for class InnerStopHooksAggregate.

from_hooks(hooks)

get_config_keys()

Get a list of "config" keys used by the instance and its descendants.

get_description_graph()

Return the description of an aggregate processing element.

get_input_data_keys()

Get a list of "input" keys used by the instance and its descendants.

get_values_keys()

Get a list of "values" keys used by the instance and its descendants.

Attributes

normalized_hooks