MCPcopy Create free account
hub / github.com/databricks/mlops-stacks / wrapper

Function wrapper

tests/utils.py:47–48  ·  view source on GitHub ↗
(*args, **kwargs)

Source from the content-addressed store, hash-verified

45 @wraps(fn)
46 @pytest.mark.parametrize("cloud", ["aws", "azure", "gcp"])
47 def wrapper(*args, **kwargs):
48 return fn(*args, **kwargs)
49
50 return wrapper
51

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected