MCPcopy 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
636def pgettext(context, message):
637 return dpgettext(_current_domain, context, message)
638
639
640def npgettext(context, msgid1, msgid2, n):

Callers 2

messages.pyFile · 0.90

Calls 1

dpgettextFunction · 0.85

Tested by 1

Used in the wild real call sites across dependent graphs

searching dependent graphs…