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

Function ngettext

Lib/gettext.py:631–632  ·  view source on GitHub ↗
(msgid1, msgid2, n)

Source from the content-addressed store, hash-verified

629
630
631def ngettext(msgid1, msgid2, n):
632 return dngettext(_current_domain, msgid1, msgid2, n)
633
634
635def pgettext(context, message):

Callers 5

_match_argumentMethod · 0.90
_process_long_optMethod · 0.90
_process_short_optsMethod · 0.90
_test_plural_formsMethod · 0.85

Calls 1

dngettextFunction · 0.85

Tested by 1

_test_plural_formsMethod · 0.68