Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
38
def
_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
46
def
log_debug(message, **kwargs):
Callers
2
log_debug
Function · 0.85
log_info
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected