Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ wrapper
Method
wrapper
Lib/test/test_argparse.py:279–280 ·
view source on GitHub ↗
(self, test_func=test_func)
Source
from the content-addressed store, hash-verified
277
test_name =
'_'
.join(names)
278
279
def
wrapper(self, test_func=test_func):
280
test_func(self)
281
try
:
282
wrapper.__name__ = test_name
283
except
TypeError:
Callers
nothing calls this directly
Calls
1
test_func
Function · 0.50
Tested by
no test coverage detected