MCPcopy Create free account
hub / github.com/hunvreus/devpush / __new__

Method __new__

app/dependencies.py:281–282  ·  view source on GitHub ↗
(cls)

Source from the content-addressed store, hash-verified

279
280 class LazyString(str):
281 def __new__(cls):
282 return str.__new__(cls, get_translation(key, **kwargs))
283
284 return LazyString()
285

Callers

nothing calls this directly

Calls 1

get_translationFunction · 0.85

Tested by

no test coverage detected