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

Function ngettext

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

Source from the content-addressed store, hash-verified

618
619
620def ngettext(msgid1, msgid2, n):
621 return dngettext(_current_domain, msgid1, msgid2, n)
622
623
624def pgettext(context, message):

Callers 4

_match_argumentMethod · 0.90
_process_long_optMethod · 0.90
_process_short_optsMethod · 0.90

Calls 1

dngettextFunction · 0.85

Tested by

no test coverage detected