MCPcopy Index your code
hub / github.com/RustPython/RustPython / npgettext

Function npgettext

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

Source from the content-addressed store, hash-verified

637
638
639def npgettext(context, msgid1, msgid2, n):
640 return dnpgettext(_current_domain, context, msgid1, msgid2, n)
641
642
643# 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