MCPcopy 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
28class Localizer(Protocol):
29 def localize(self, msg: str) -> str: ...
30
31
32class GreekLocalizer:

Callers 2

Calls

no outgoing calls

Tested by 2