MCPcopy Index your code
hub / github.com/RustPython/RustPython / _inner

Function _inner

Lib/test/test_importlib/fixtures.py:375–378  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

373 def wrapper(func):
374 @functools.wraps(func)
375 def _inner(self):
376 for args in args_set:
377 with self.subTest(**args):
378 func(self, **args)
379
380 return _inner
381

Callers

nothing calls this directly

Calls 2

subTestMethod · 0.80
funcFunction · 0.50

Tested by

no test coverage detected