launch.actions.push_launch_configurations module

Module for the PushLaunchConfigurations action.

class launch.actions.push_launch_configurations.PushLaunchConfigurations[source]

Bases: Action

Action that pushes the current state of launch configurations to a stack.

The state can be restored by popping the stack with the launch.actions.PopLaunchConfigurations action.

__init__(**kwargs) None[source]

Create a PushLaunchConfigurations action.

execute(context: LaunchContext)[source]

Execute the action.