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

Function _get_log_text

deepl/util.py:38–43  ·  view source on GitHub ↗
(message, **kwargs)

Source from the content-addressed store, hash-verified

36
37
38def _get_log_text(message, **kwargs):
39 return (
40 message
41 + " "
42 + " ".join(f"{key}={value}" for key, value in sorted(kwargs.items()))
43 )
44
45
46def log_debug(message, **kwargs):

Callers 2

log_debugFunction · 0.85
log_infoFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected