Server IP : 192.158.238.246 / Your IP : 52.14.93.7 Web Server : LiteSpeed System : Linux uniform.iwebfusion.net 4.18.0-553.27.1.lve.1.el8.x86_64 #1 SMP Wed Nov 20 15:58:00 UTC 2024 x86_64 User : jenniferflocom ( 1321) PHP Version : 8.1.32 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /opt/alt/python27/lib/python2.7/site-packages/pip/_vendor/urllib3/contrib/ |
Upload File : |
� �Rec @ 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( ( ( s� /builddir/build/BUILDROOT/alt-python27-pip-20.2.4-5.el8.x86_64/opt/alt/python27/lib/python2.7/site-packages/pip/_vendor/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( ( ( s� /builddir/build/BUILDROOT/alt-python27-pip-20.2.4-5.el8.x86_64/opt/alt/python27/lib/python2.7/site-packages/pip/_vendor/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( ( ( s� /builddir/build/BUILDROOT/alt-python27-pip-20.2.4-5.el8.x86_64/opt/alt/python27/lib/python2.7/site-packages/pip/_vendor/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 ( ( ( s� /builddir/build/BUILDROOT/alt-python27-pip-20.2.4-5.el8.x86_64/opt/alt/python27/lib/python2.7/site-packages/pip/_vendor/urllib3/contrib/_appengine_environ.pyR s c C s t S( s Deprecated.( t False( ( ( s� /builddir/build/BUILDROOT/alt-python27-pip-20.2.4-5.el8.x86_64/opt/alt/python27/lib/python2.7/site-packages/pip/_vendor/urllib3/contrib/_appengine_environ.pyt is_prod_appengine_mvms"