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

Method set_app_info

deepl/translator.py:379–381  ·  view source on GitHub ↗
(self, app_info_name: str, app_info_version: str)

Source from the content-addressed store, hash-verified

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)
381 return self
382
383 @property
384 def server_url(self):

Calls

no outgoing calls