MCPcopy Create free account
hub / github.com/EasyIME/PIME / __init__

Method __init__

python/python3/tornado/locale.py:482–484  ·  view source on GitHub ↗
(self, code: str, translations: Dict[str, Dict[str, str]])

Source from the content-addressed store, hash-verified

480 """Locale implementation using tornado's CSV translation format."""
481
482 def __init__(self, code: str, translations: Dict[str, Dict[str, str]]) -> None:
483 self.translations = translations
484 super().__init__(code)
485
486 def translate(
487 self,

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected