OpenQuizz
Une application de gestion des contenus pédagogiques
urllib3.contrib._appengine_environ Namespace Reference

Functions

def is_appengine ()
 
def is_appengine_sandbox ()
 
def is_local_appengine ()
 
def is_prod_appengine ()
 
def is_prod_appengine_mvms ()
 

Detailed Description

This module provides means to detect the App Engine environment.

Function Documentation

◆ is_appengine()

def urllib3.contrib._appengine_environ.is_appengine ( )

◆ is_appengine_sandbox()

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

◆ is_local_appengine()

def urllib3.contrib._appengine_environ.is_local_appengine ( )

◆ is_prod_appengine()

def urllib3.contrib._appengine_environ.is_prod_appengine ( )

◆ is_prod_appengine_mvms()

def urllib3.contrib._appengine_environ.is_prod_appengine_mvms ( )
Deprecated.