Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/archlinux/archinstall
/ tr
Function
tr
archinstall/lib/translationhandler.py:276–277 ·
view source on GitHub ↗
(message: str)
Source
from the content-addressed store, hash-verified
274
275
276
def
tr(message: str) -> str:
277
return
str(_DeferredTranslation(message))
278
279
280
builtins._ = _DeferredTranslation
# type: ignore[attr-defined]
Callers
15
_share_log_command
Function · 0.90
run
Function · 0.90
preview_text
Method · 0.90
packages_text
Method · 0.90
select_seat_access
Function · 0.90
show
Method · 0.90
package_details
Method · 0.90
_select_flavor
Method · 0.90
yes
Method · 0.90
no
Method · 0.90
_default_suffix
Method · 0.90
_translate_bindings
Function · 0.90
Calls
1
_DeferredTranslation
Class · 0.85
Tested by
no test coverage detected