コード例 #1
0
 def _call_fut(self, commit_response_pb):
     from google.cloud.datastore._http import _parse_commit_response
     return _parse_commit_response(commit_response_pb)
コード例 #2
0
ファイル: test__http.py プロジェクト: Fkawala/gcloud-python
 def _call_fut(self, commit_response_pb):
     from google.cloud.datastore._http import _parse_commit_response
     return _parse_commit_response(commit_response_pb)