HostEnvironment
Provide information about the hosting environment an application is running in.
content_root_path
property
Absolute path to the directory that contains the application content files.
__init__
Initialize the host environment.
Args:
content_root_path: Absolute path to the directory that contains the application content files.
If not provided, the content root path will be inferred from where HostEnvironment is being instantiated, or from the current working directory if it can't be calculated.
is_environment
Compare the current host environment name against the specified value.