MCPcopy
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
103def pgettext(context, message):
104 return _trans.pgettext(context, message)
105
106
107def npgettext(context, singular, plural, number):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by 2

test_pgettextMethod · 0.72
test_safe_statusMethod · 0.72