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

Function action_usage

deepl/__main__.py:26–29  ·  view source on GitHub ↗

Action function for the usage command.

(deepl_client: deepl.DeepLClient)

Source from the content-addressed store, hash-verified

24
25
26def action_usage(deepl_client: deepl.DeepLClient):
27 """Action function for the usage command."""
28 usage_result = deepl_client.get_usage()
29 print(usage_result)
30
31
32def action_languages(deepl_client: deepl.DeepLClient, glossary: bool):

Callers

nothing calls this directly

Calls 1

get_usageMethod · 0.80

Tested by

no test coverage detected