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

Method pgettext

Lib/gettext.py:305–308  ·  view source on GitHub ↗
(self, context, message)

Source from the content-addressed store, hash-verified

303 return msgid2
304
305 def pgettext(self, context, message):
306 if self._fallback:
307 return self._fallback.pgettext(context, message)
308 return message
309
310 def npgettext(self, context, msgid1, msgid2, n):
311 if self._fallback:

Callers 1

Calls 1

pgettextMethod · 0.45

Tested by 1