Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
631
def
ngettext(msgid1, msgid2, n):
632
return
dngettext(_current_domain, msgid1, msgid2, n)
633
634
635
def
pgettext(context, message):
Callers
5
_handle_conflict_error
Method · 0.90
_match_argument
Method · 0.90
_process_long_opt
Method · 0.90
_process_short_opts
Method · 0.90
_test_plural_forms
Method · 0.85
Calls
1
dngettext
Function · 0.85
Tested by
1
_test_plural_forms
Method · 0.68