MCPcopy
hub / github.com/Mimino666/langdetect / get_string

Function get_string

langdetect/utils/messages.py:19–23  ·  view source on GitHub ↗
(key)

Source from the content-addressed store, hash-verified

17
18_messages = None
19def get_string(key):
20 global _messages
21 if _messages is None:
22 _messages = Messages()
23 return _messages.get_string(key)

Callers

nothing calls this directly

Calls 2

get_stringMethod · 0.95
MessagesClass · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…