Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/django/django
/ pgettext
Function
pgettext
django/utils/translation/__init__.py:103–104 ·
view source on GitHub ↗
(context, message)
Source
from the content-addressed store, hash-verified
101
102
103
def
pgettext(context, message):
104
return
_trans.pgettext(context, message)
105
106
107
def
npgettext(context, singular, plural, number):
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
2
test_pgettext
Method · 0.72
test_safe_status
Method · 0.72