Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ test_wrapper
Method
test_wrapper
Lib/test/test_argparse.py:4130–4131 ·
view source on GitHub ↗
(self, test_func=test_func)
Source
from the content-addressed store, hash-verified
4128
test_name =
'%s_%s'
% (test_func.__name__, func_suffix)
4129
4130
def
test_wrapper(self, test_func=test_func):
4131
test_func(self)
4132
try
:
4133
test_wrapper.__name__ = test_name
4134
except
TypeError:
Callers
nothing calls this directly
Calls
1
test_func
Class · 0.70
Tested by
no test coverage detected