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

Function ngettext

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

Source from the content-addressed store, hash-verified

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

Callers 6

_match_argumentMethod · 0.90
_process_long_optMethod · 0.90
_process_short_optsMethod · 0.90
messages.pyFile · 0.90
_test_plural_formsMethod · 0.85

Calls 1

dngettextFunction · 0.85

Tested by 1

_test_plural_formsMethod · 0.68

Used in the wild real call sites across dependent graphs

searching dependent graphs…