MCPcopy Index your code
hub / github.com/bpython/bpython / _

Function _

bpython/translations/__init__.py:12–13  ·  view source on GitHub ↗
(message)

Source from the content-addressed store, hash-verified

10
11
12def _(message) -> str:
13 return translator.gettext(message)
14
15
16def ngettext(singular, plural, n):

Callers 15

callback_wrapperMethod · 0.90
__init__Method · 0.90
options_callbackFunction · 0.90
startFunction · 0.90
write2fileMethod · 0.90
copy2clipboardMethod · 0.90
pastebinMethod · 0.90
do_pastebinMethod · 0.90
prompt_undoMethod · 0.90
edit_configMethod · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected