Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ bar
Method
bar
Lib/test/test_tools/i18n_data/messages.py:67–68 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
65
66
class
Foo:
67
def
bar(self):
68
return
_(
"baz"
)
69
70
71
def
bar(x=_(
'default value'
)):
Callers
nothing calls this directly
Calls
1
_
Function · 0.70
Tested by
no test coverage detected