MCPcopy 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
51def log_info(message, **kwargs):
52 text = _get_log_text(message, **kwargs)
53 logger.info(text)
54
55
56def get_int_safe(d: Optional[dict], key: str) -> Optional[int]:

Callers 1

request_with_backoffMethod · 0.85

Calls 1

_get_log_textFunction · 0.85

Tested by

no test coverage detected