"""
This module provides means to detect the App Engine environment.
"""
return or
"""Reports if the app is running in the first generation sandbox.
The second generation runtimes are technically still in a sandbox, but it
is much less restrictive, so generally you shouldn't need to check for it.
see https://cloud.google.com/appengine/docs/standard/runtimes
"""
return and ==
return in and
return in and
"""Deprecated."""
return False