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

Method npgettext

tools/python-3.11.9-amd64/Lib/gettext.py:301–307  ·  view source on GitHub ↗
(self, context, msgid1, msgid2, n)

Source from the content-addressed store, hash-verified

299 return message
300
301 def npgettext(self, context, msgid1, msgid2, n):
302 if self._fallback:
303 return self._fallback.npgettext(context, msgid1, msgid2, n)
304 if n == 1:
305 return msgid1
306 else:
307 return msgid2
308
309 def info(self):
310 return self._info

Callers

nothing calls this directly

Calls 1

npgettextMethod · 0.45

Tested by

no test coverage detected