Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bda0498 commit 9f2b3cdCopy full SHA for 9f2b3cd
datastore/api/snippets.py
@@ -786,13 +786,13 @@ def property_by_kind_run_query(client):
786
787
return representations_by_property
788
789
-def eventual_consistent_query(client):
790
+def eventual_consistent_query(client):
791
# [START eventual_consistent_query]
792
# Read consistency cannot be specified in gcloud-python.
793
# [END eventual_consistent_query]
794
+ pass
795
- return
796
797
def main(project_id):
798
client = datastore.Client(project_id)
managed_vms/websockets/requirements.txt
@@ -1,4 +1,4 @@
1
Flask==0.10.1
2
-Flask-Sockets==0.1
+Flask-Sockets==0.2.0
3
gunicorn==19.4.5
4
requests[security]==2.9.1
0 commit comments