MCPcopy
hub / github.com/dask/dask / wrapper

Function wrapper

dask/utils.py:138–140  ·  view source on GitHub ↗
(*args, **kwargs)

Source from the content-addressed store, hash-verified

136
137 @functools.wraps(func)
138 def wrapper(*args, **kwargs):
139 warnings.warn(msg, category=category, stacklevel=2)
140 return func(*args, **kwargs)
141
142 return wrapper
143

Callers 2

registerMethod · 0.70
register_lazyMethod · 0.70

Calls 5

_derived_fromFunction · 0.85
popMethod · 0.80
splitMethod · 0.80
funcFunction · 0.50
getMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…