MCPcopy Index your code
hub / github.com/python/cpython / npgettext

Function npgettext

Lib/gettext.py:640–641  ·  view source on GitHub ↗
(context, msgid1, msgid2, n)

Source from the content-addressed store, hash-verified

638
639
640def npgettext(context, msgid1, msgid2, n):
641 return dnpgettext(_current_domain, context, msgid1, msgid2, n)
642
643
644# dcgettext() has been deemed unnecessary and is not implemented.

Callers 1

messages.pyFile · 0.90

Calls 1

dnpgettextFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…