Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/faif/python-patterns
/ localize
Method
localize
patterns/creational/factory.py:29–29 ·
view source on GitHub ↗
(self, msg: str)
Source
from the content-addressed store, hash-verified
27
28
class
Localizer(Protocol):
29
def
localize(self, msg: str) -> str: ...
30
31
32
class
GreekLocalizer:
Callers
2
test_get_localizer_greek
Method · 0.45
test_get_localizer_english
Method · 0.45
Calls
no outgoing calls
Tested by
2
test_get_localizer_greek
Method · 0.36
test_get_localizer_english
Method · 0.36