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

Function bar

Lib/test/test_tools/i18n_data/messages.py:71–72  ·  view source on GitHub ↗
(x=_('default value'))

Source from the content-addressed store, hash-verified

69
70
71def bar(x=_('default value')):
72 pass
73
74
75def baz(x=[_('default value')]):

Callers 1

custom_keywords.pyFile · 0.70

Calls 1

_Function · 0.70

Tested by

no test coverage detected