Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ gettext
Function
gettext
Lib/gettext.py:628–629 ·
view source on GitHub ↗
(message)
Source
from the content-addressed store, hash-verified
626
627
628
def
gettext(message):
629
return
dgettext(_current_domain, message)
630
631
632
def
ngettext(msgid1, msgid2, n):
Callers
2
_test_plural_forms
Method · 0.90
messages.py
File · 0.90
Calls
1
dgettext
Function · 0.85
Tested by
1
_test_plural_forms
Method · 0.72
Used in the wild
real call sites across dependent graphs
searching dependent graphs…