MCPcopy Index your code
hub / github.com/python/cpython / gettext

Function gettext

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

Source from the content-addressed store, hash-verified

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

Callers 2

_test_plural_formsMethod · 0.90
messages.pyFile · 0.90

Calls 1

dgettextFunction · 0.85

Tested by 1

_test_plural_formsMethod · 0.72

Used in the wild real call sites across dependent graphs

searching dependent graphs…