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

Function dpgettext

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

Source from the content-addressed store, hash-verified

595
596
597def dpgettext(domain, context, message):
598 try:
599 t = translation(domain, _localedirs.get(domain, None))
600 except OSError:
601 return message
602 return t.pgettext(context, message)
603
604
605def dnpgettext(domain, context, msgid1, msgid2, n):

Callers 1

pgettextFunction · 0.85

Calls 3

translationFunction · 0.85
getMethod · 0.45
pgettextMethod · 0.45

Tested by

no test coverage detected