env
Method
This is a method of the SandboxConfig class in the sandbox module.Add environment variable.
Signature
Parameters
No description available.
No description available.
Returns
The result of the operation.
env: Add environment variable.
This is a method of the SandboxConfig class in the sandbox module.Add environment variable.
def env(mut self, key: impl Into<String>, value: impl Into<String>) -> Self