MCPcopy Create free account
hub / github.com/RT-Thread/env-windows / gettext

Function gettext

tools/python-3.11.9-amd64/Lib/gettext.py:616–617  ·  view source on GitHub ↗
(message)

Source from the content-addressed store, hash-verified

614
615
616def gettext(message):
617 return dgettext(_current_domain, message)
618
619
620def ngettext(msgid1, msgid2, n):

Callers

nothing calls this directly

Calls 1

dgettextFunction · 0.85

Tested by

no test coverage detected