MCPcopy 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
16def ngettext(singular, plural, n):
17 return translator.ngettext(singular, plural, n)
18
19
20def init(

Callers 1

prompt_undoMethod · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected