Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
subTest
Method · 0.80
func
Function · 0.50
Tested by
no test coverage detected