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

Function wrapper

Lib/test/test_typing.py:78–81  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

76
77 @wraps(test_func)
78 def wrapper(self):
79 for proto in range(pickle.HIGHEST_PROTOCOL + 1):
80 with self.subTest(pickle_proto=proto):
81 test_func(self, proto=proto)
82
83 return wrapper
84

Callers

nothing calls this directly

Calls 2

test_funcClass · 0.70
subTestMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…