Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/It4innovations/hyperqueue
/ wrapped
Function
wrapped
tests/autoalloc/conftest.py:59–60 ·
view source on GitHub ↗
(*args, **kwargs)
Source
from the content-addressed store, hash-verified
57
@pytest.mark.pbs
58
@functools.wraps(fn)
59
def
wrapped(*args, **kwargs):
60
return
fn(*args, **kwargs)
61
62
return
wrapped
63
Callers
nothing calls this directly
Calls
1
fn
Function · 0.50
Tested by
no test coverage detected