Current Path: > > opt > alt > python27 > lib > > python2.7 > site-packages > pip > _vendor > urllib3 > contrib
Operation : Linux premium131.web-hosting.com 4.18.0-553.44.1.lve.el8.x86_64 #1 SMP Thu Mar 13 14:29:12 UTC 2025 x86_64 Software : Apache Server IP : 162.0.232.56 | Your IP: 216.73.216.111 Domains : 1034 Domain(s) Permission : [ 0755 ]
Name | Type | Size | Last Modified | Actions |
---|---|---|---|---|
_securetransport | Directory | - | - | |
__init__.py | File | 0 bytes | November 13 2023 21:11:11. | |
__init__.pyc | File | 234 bytes | November 13 2023 21:11:11. | |
_appengine_environ.py | File | 957 bytes | November 13 2023 21:11:11. | |
_appengine_environ.pyc | File | 2323 bytes | November 13 2023 21:11:11. | |
appengine.py | File | 11034 bytes | November 13 2023 21:11:11. | |
appengine.pyc | File | 10290 bytes | November 13 2023 21:11:11. | |
ntlmpool.py | File | 4160 bytes | November 13 2023 21:11:11. | |
ntlmpool.pyc | File | 4317 bytes | November 13 2023 21:11:11. | |
pyopenssl.py | File | 16582 bytes | November 13 2023 21:11:11. | |
pyopenssl.pyc | File | 21631 bytes | November 13 2023 21:11:11. | |
securetransport.py | File | 32401 bytes | November 13 2023 21:11:11. | |
securetransport.pyc | File | 27662 bytes | November 13 2023 21:11:11. | |
socks.py | File | 7036 bytes | November 13 2023 21:11:11. | |
socks.pyc | File | 7174 bytes | November 13 2023 21:11:11. |
� �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"