launch.actions.push_environment module
Module for the PushEnvironment action.
- class launch.actions.push_environment.PushEnvironment[source]
Bases:
ActionAction that pushes the current environment to a stack.
The state can be restored by popping the stack with the
launch.actions.PopEnvironmentaction.- execute(context: LaunchContext)[source]
Execute the action.