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

Method __del__

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

Source from the content-addressed store, hash-verified

603 )
604
605 def __del__(self):
606 if self._fd:
607 self._fd.close()
608
609 def to_json(self):
610 """Creating a JSON representation of an instance of MediaFileUpload.

Callers

nothing calls this directly

Calls 1

closeMethod · 0.45

Tested by

no test coverage detected