Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
620
def
ngettext(msgid1, msgid2, n):
621
return
dngettext(_current_domain, msgid1, msgid2, n)
622
623
624
def
pgettext(context, message):
Callers
4
_handle_conflict_error
Method · 0.90
_match_argument
Method · 0.90
_process_long_opt
Method · 0.90
_process_short_opts
Method · 0.90
Calls
1
dngettext
Function · 0.85
Tested by
no test coverage detected