launch.actions.pop_environment module

Module for the PopEnvironment action.

class launch.actions.pop_environment.PopEnvironment[source]

Bases: Action

Action that pops the state of environment variables from a stack.

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

__init__(**kwargs) None[source]

Create a PopEnvironment action.

execute(context: LaunchContext)[source]

Execute the action.