OpenQuizz
Une application de gestion des contenus pédagogiques
|
Functions | |
def | is_appengine () |
def | is_appengine_sandbox () |
def | is_local_appengine () |
def | is_prod_appengine () |
def | is_prod_appengine_mvms () |
This module provides means to detect the App Engine environment.
def urllib3.contrib._appengine_environ.is_appengine | ( | ) |
def urllib3.contrib._appengine_environ.is_appengine_sandbox | ( | ) |
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 urllib3.contrib._appengine_environ.is_local_appengine | ( | ) |
def urllib3.contrib._appengine_environ.is_prod_appengine | ( | ) |
def urllib3.contrib._appengine_environ.is_prod_appengine_mvms | ( | ) |
Deprecated.