MCPcopy 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

getMethod · 0.45

Tested by

no test coverage detected