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

Method wrapper

Lib/test/test_argparse.py:299–300  ·  view source on GitHub ↗
(self, test_func=test_func)

Source from the content-addressed store, hash-verified

297 test_name = '_'.join(names)
298
299 def wrapper(self, test_func=test_func):
300 test_func(self)
301 try:
302 wrapper.__name__ = test_name
303 except TypeError:

Callers

nothing calls this directly

Calls 1

test_funcClass · 0.70

Tested by

no test coverage detected