launch.actions.pop_launch_configurations module

Module for the PopLaunchConfigurations action.

class launch.actions.pop_launch_configurations.PopLaunchConfigurations[source]

Bases: Action

Action that pops the state of launch configurations from a stack.

The state can be stored initially by pushing onto the stack with the launch.actions.PushLaunchConfigurations action.

__init__(**kwargs) None[source]

Create a PopLaunchConfigurations action.

execute(context: LaunchContext)[source]

Execute the action.