Enums§
- The behavior if the environment variable is not set.
Functions§
- Get an environment variable, using the given mode to determine behavior when it is not set.
- Get an environment variable, returning
None
if it doesn’t exist. - Get an environment variable, and return an error if it doesn’t exist.
- Get an environment variable, returning a default value if it doesn’t exist.