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

Method __exit__

googleapiclient/discovery.py:1486–1487  ·  view source on GitHub ↗
(self, exc_type, exc, exc_tb)

Source from the content-addressed store, hash-verified

1484 return self
1485
1486 def __exit__(self, exc_type, exc, exc_tb):
1487 self.close()
1488
1489 def close(self):
1490 """Close httplib2 connections."""

Callers

nothing calls this directly

Calls 1

closeMethod · 0.95

Tested by

no test coverage detected