Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
632
def
ngettext(msgid1, msgid2, n):
633
return
dngettext(_current_domain, msgid1, msgid2, n)
634
635
636
def
pgettext(context, message):
Callers
6
_handle_conflict_error
Method · 0.90
_match_argument
Method · 0.90
_process_long_opt
Method · 0.90
_process_short_opts
Method · 0.90
messages.py
File · 0.90
_test_plural_forms
Method · 0.85
Calls
1
dngettext
Function · 0.85
Tested by
1
_test_plural_forms
Method · 0.68
Used in the wild
real call sites across dependent graphs
searching dependent graphs…