Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ pgettext
Function
pgettext
Lib/gettext.py:636–637 ·
view source on GitHub ↗
(context, message)
Source
from the content-addressed store, hash-verified
634
635
636
def
pgettext(context, message):
637
return
dpgettext(_current_domain, context, message)
638
639
640
def
npgettext(context, msgid1, msgid2, n):
Callers
2
messages.py
File · 0.90
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
Used in the wild
real call sites across dependent graphs
searching dependent graphs…