Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RT-Thread/env-windows
/ pgettext
Function
pgettext
tools/python-3.11.9-amd64/Lib/gettext.py:624–625 ·
view source on GitHub ↗
(context, message)
Source
from the content-addressed store, hash-verified
622
623
624
def
pgettext(context, message):
625
return
dpgettext(_current_domain, context, message)
626
627
628
def
npgettext(context, msgid1, msgid2, n):
Callers
nothing calls this directly
Calls
1
dpgettext
Function · 0.85
Tested by
no test coverage detected