Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ gettext
Function
gettext
Lib/gettext.py:627–628 ·
view source on GitHub ↗
(message)
Source
from the content-addressed store, hash-verified
625
626
627
def
gettext(message):
628
return
dgettext(_current_domain, message)
629
630
631
def
ngettext(msgid1, msgid2, n):
Callers
1
_test_plural_forms
Method · 0.90
Calls
1
dgettext
Function · 0.85
Tested by
1
_test_plural_forms
Method · 0.72