Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NVIDIAGameWorks/Falcor
/ wrapper
Function
wrapper
tests/python_tests/helpers.py:30–33 ·
view source on GitHub ↗
(*args, **kwargs)
Source
from the content-addressed store, hash-verified
28
""
"
29
30
def
wrapper(*args, **kwargs):
31
for
device_type in DEVICE_TYPES:
32
with
args[0].subTest():
33
func(*args, **kwargs, device=device_cache.get(device_type))
34
35
return
wrapper
Callers
nothing calls this directly
Calls
1
get
Method · 0.45
Tested by
no test coverage detected