envcontextΒΆ
class envcontext
The environment context
Members
Functions:
| get | (
[
|
Get a context variable value, or all context variables |
| getenv | (
|
Get a context variable value, or the base environment if missing from the context |
Documentation
Get a context variable value, or all context variables
Arguments:
name The name of the variable to query, or nil for all variables
Return:
value The result value(s)
Get a context variable value, or the base environment if missing from the context
Arguments:
name The name of the variable to query
Return:
value The result value