Qucs-S S-parameter Viewer & RF Synthesis Tools
Loading...
Searching...
No Matches
Functions
pip._vendor.urllib3.contrib._appengine_environ Namespace Reference

Functions

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

Detailed Description

This module provides means to detect the App Engine environment.

Function Documentation

◆ is_appengine_sandbox()

pip._vendor.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_prod_appengine_mvms()

pip._vendor.urllib3.contrib._appengine_environ.is_prod_appengine_mvms ( )
Deprecated.