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

Method pgettext

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

Source from the content-addressed store, hash-verified

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

Callers 1

Calls 1

pgettextMethod · 0.45

Tested by 1