Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DeepL/deepl-python
/ log_info
Function
log_info
deepl/util.py:51–53 ·
view source on GitHub ↗
(message, **kwargs)
Source
from the content-addressed store, hash-verified
49
50
51
def
log_info(message, **kwargs):
52
text = _get_log_text(message, **kwargs)
53
logger.info(text)
54
55
56
def
get_int_safe(d: Optional[dict], key: str) -> Optional[int]:
Callers
1
request_with_backoff
Method · 0.85
Calls
1
_get_log_text
Function · 0.85
Tested by
no test coverage detected