delay_manager_registry

class mpf.core.delays.DelayManagerRegistry(machine: MachineController)

Bases: object

Keeps references to all DelayManager instances.

Methods & Attributes

The delay_manager_registry has the following methods & attributes available. Note that methods & attributes inherited from the base class are not included here.

add_delay_manager(delay_manager: mpf.core.delays.DelayManager) → None

Add a delay manager to the list.

Parameters:delay_manager – The DelayManager instance you’re adding to this registry.