Ejemplo n.º 1
0
 def _callFUT(self, response, content):
     from google.cloud.storage.batch import _unpack_batch_response
     return _unpack_batch_response(response, content)
Ejemplo n.º 2
0
 def _callFUT(self, response, content):
     from google.cloud.storage.batch import _unpack_batch_response
     return _unpack_batch_response(response, content)
Ejemplo n.º 3
0
    def _call_fut(self, headers, content):
        from google.cloud.storage.batch import _unpack_batch_response

        response = _make_response(content=content, headers=headers)

        return _unpack_batch_response(response)