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

Function pgettext

tools/python-3.11.9-amd64/Lib/gettext.py:624–625  ·  view source on GitHub ↗
(context, message)

Source from the content-addressed store, hash-verified

622
623
624def pgettext(context, message):
625 return dpgettext(_current_domain, context, message)
626
627
628def npgettext(context, msgid1, msgid2, n):

Callers

nothing calls this directly

Calls 1

dpgettextFunction · 0.85

Tested by

no test coverage detected