Package commons :: Module environ
[hide private]
[frames] | no frames]

Module environ

source code

Environment variables.

Functions [hide private]
str
get_environs(*names)
Get the value from a prioritized ordering of environment variables.
source code
Variables [hide private]
  __package__ = 'commons'
Function Details [hide private]

get_environs(*names)

source code 

Get the value from a prioritized ordering of environment variables.

Parameters:
  • names (str) - The names of the environment variables to scan.
Returns: str
The value of the first variable that is set, or None if none are set.