all_handler_ids

all_handler_ids#

penzai.data_effects.effect_base.all_handler_ids(model_tree: Any) list[HandlerId][source]#

Collects the set of all handler IDs inside a model or submodel.

Parameters:

model_tree – A pytree for a model or submodel.

Returns:

A list of all handler IDs that appear in the model or submodel.