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

Function _inner

Lib/test/test_importlib/metadata/fixtures.py:380–383  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

378 def wrapper(func):
379 @functools.wraps(func)
380 def _inner(self):
381 for args in args_set:
382 with self.subTest(**args):
383 func(self, **args)
384
385 return _inner
386

Callers

nothing calls this directly

Calls 2

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…