MCPcopy Index your code
hub / github.com/googleapis/google-api-python-client / close

Method close

googleapiclient/http.py:1761–1762  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1759 return httplib2.Response(self.response_headers), self.data
1760
1761 def close(self):
1762 return None
1763
1764
1765class HttpMockSequence(object):

Calls

no outgoing calls