Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ pgettext
Function
pgettext
Lib/gettext.py:635–636 ·
view source on GitHub ↗
(context, message)
Source
from the content-addressed store, hash-verified
633
634
635
def
pgettext(context, message):
636
return
dpgettext(_current_domain, context, message)
637
638
639
def
npgettext(context, msgid1, msgid2, n):
Callers
1
test_some_translations_with_context
Method · 0.85
Calls
1
dpgettext
Function · 0.85
Tested by
1
test_some_translations_with_context
Method · 0.68