![]() |
Qucs-S S-parameter Viewer & RF Synthesis Tools
|
Functions | |
| is_appengine () | |
| is_appengine_sandbox () | |
| is_local_appengine () | |
| is_prod_appengine () | |
| is_prod_appengine_mvms () | |
This module provides means to detect the App Engine environment.
| 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
| pip._vendor.urllib3.contrib._appengine_environ.is_prod_appengine_mvms | ( | ) |
Deprecated.