MCPcopy Index your code
hub / github.com/RustPython/RustPython / gettext

Function gettext

Lib/gettext.py:627–628  ·  view source on GitHub ↗
(message)

Source from the content-addressed store, hash-verified

625
626
627def gettext(message):
628 return dgettext(_current_domain, message)
629
630
631def ngettext(msgid1, msgid2, n):

Callers 1

_test_plural_formsMethod · 0.90

Calls 1

dgettextFunction · 0.85

Tested by 1

_test_plural_formsMethod · 0.72