Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/hunvreus/devpush
/ LazyString
Class
LazyString
app/dependencies.py:280–282 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
278
""
"
279
280
class
LazyString(str):
281
def
__new__(cls):
282
return
str.__new__(cls, get_translation(key, **kwargs))
283
284
return
LazyString()
285
Callers
1
get_lazy_translation
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected