module documentation

This module provides means to detect the App Engine environment.

Function is_appengine Undocumented
Function is_appengine_sandbox Reports if the app is running in the first generation sandbox.
Function is_local_appengine Undocumented
Function is_prod_appengine Undocumented
Function is_prod_appengine_mvms Deprecated.
def is_appengine(): (source)

Undocumented

def is_appengine_sandbox(): (source)

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

def is_local_appengine(): (source)

Undocumented

def is_prod_appengine(): (source)

Undocumented

def is_prod_appengine_mvms(): (source)

Deprecated.