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

Function wrapped

Lib/test/test_zipfile/_path/_test_params.py:16–21  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

14 def decorator(func):
15 @functools.wraps(func)
16 def wrapped(self):
17 for values in value_groups:
18 resolved = map(Invoked.eval, always_iterable(values))
19 params = dict(zip(always_iterable(names), resolved))
20 with self.subTest(**params):
21 func(self, **params)
22
23 return wrapped
24

Callers

nothing calls this directly

Calls 3

always_iterableFunction · 0.70
funcFunction · 0.50
subTestMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…