MCPcopy Create free account
hub / github.com/DeepL/deepl-python / __del__

Method __del__

deepl/translator.py:111–112  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

109 self.headers = {"Authorization": f"DeepL-Auth-Key {auth_key}"}
110
111 def __del__(self):
112 self.close()
113
114 def _api_call(
115 self,

Callers

nothing calls this directly

Calls 1

closeMethod · 0.95

Tested by

no test coverage detected