Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/bpython/bpython
/ ngettext
Function
ngettext
bpython/translations/__init__.py:16–17 ·
view source on GitHub ↗
(singular, plural, n)
Source
from the content-addressed store, hash-verified
14
15
16
def
ngettext(singular, plural, n):
17
return
translator.ngettext(singular, plural, n)
18
19
20
def
init(
Callers
1
prompt_undo
Method · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected