MCPcopy Create free account
hub / github.com/RT-Thread/env-windows / npgettext

Function npgettext

tools/python-3.11.9-amd64/Lib/gettext.py:628–629  ·  view source on GitHub ↗
(context, msgid1, msgid2, n)

Source from the content-addressed store, hash-verified

626
627
628def npgettext(context, msgid1, msgid2, n):
629 return dnpgettext(_current_domain, context, msgid1, msgid2, n)
630
631
632# dcgettext() has been deemed unnecessary and is not implemented.

Callers

nothing calls this directly

Calls 1

dnpgettextFunction · 0.85

Tested by

no test coverage detected