Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
616
def
gettext(message):
617
return
dgettext(_current_domain, message)
618
619
620
def
ngettext(msgid1, msgid2, n):
Callers
nothing calls this directly
Calls
1
dgettext
Function · 0.85
Tested by
no test coverage detected