launch.actions.pop_environment module
Module for the PopEnvironment action.
- class launch.actions.pop_environment.PopEnvironment[source]
Bases:
ActionAction 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.PushEnvironmentaction.- execute(context: LaunchContext)[source]
Execute the action.