|
Server : Apache System : Linux cvar2.toservers.com 3.10.0-962.3.2.lve1.5.73.el7.x86_64 #1 SMP Wed Aug 24 21:31:23 UTC 2022 x86_64 User : njnconst ( 1116) PHP Version : 8.4.18 Disable Function : NONE Directory : /proc/self/root/usr/lib/python2.7/site-packages/urllib3/contrib/ |
Upload File : |
�
�J�bc @ sC d Z d d l Z d � Z d � Z d � Z d � Z d � Z d S( sB
This module provides means to detect the App Engine environment.
i����Nc C s t � p t � S( N( t is_local_appenginet is_prod_appengine( ( ( sE /tmp/pip-install-spIB81/urllib3/urllib3/contrib/_appengine_environ.pyt is_appengine s c C s t � o t j d d k S( s# 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
t APPENGINE_RUNTIMEt python27( R t ost environ( ( ( sE /tmp/pip-install-spIB81/urllib3/urllib3/contrib/_appengine_environ.pyt is_appengine_sandbox s c C s+ d t j k o* t j j d d � j d � S( NR t SERVER_SOFTWAREt s Development/( R R t gett
startswith( ( ( sE /tmp/pip-install-spIB81/urllib3/urllib3/contrib/_appengine_environ.pyR s c C s+ d t j k o* t j j d d � j d � S( NR R R s Google App Engine/( R R R
R ( ( ( sE /tmp/pip-install-spIB81/urllib3/urllib3/contrib/_appengine_environ.pyR s c C s t S( s Deprecated.( t False( ( ( sE /tmp/pip-install-spIB81/urllib3/urllib3/contrib/_appengine_environ.pyt is_prod_appengine_mvms"