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

Method close

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

Source from the content-addressed store, hash-verified

373 return GlossaryInfo.from_json(json)
374
375 def close(self):
376 if hasattr(self, "_client"):
377 self._client.close()
378
379 def set_app_info(self, app_info_name: str, app_info_version: str):
380 self._client.set_app_info(app_info_name, app_info_version)

Callers 5

__del__Method · 0.95
translate_mustacheFunction · 0.45
_reader_workerMethod · 0.45

Calls

no outgoing calls

Tested by 1