irsim.lib.behavior.behavior_registry#

Attributes#

Module Contents#

irsim.lib.behavior.behavior_registry.behaviors_map: dict[tuple[str, str], collections.abc.Callable[Ellipsis, Any]]#
irsim.lib.behavior.behavior_registry.behaviors_class_map: dict[tuple[str, str], collections.abc.Callable[Ellipsis, Any]]#
irsim.lib.behavior.behavior_registry.group_behaviors_map: dict[tuple[str, str], collections.abc.Callable[Ellipsis, Any]]#
irsim.lib.behavior.behavior_registry.group_behaviors_class_map: dict[tuple[str, str], collections.abc.Callable[Ellipsis, Any]]#
irsim.lib.behavior.behavior_registry.register_behavior#
irsim.lib.behavior.behavior_registry.register_group_behavior#
irsim.lib.behavior.behavior_registry.register_behavior_class#
irsim.lib.behavior.behavior_registry.register_group_behavior_class#