MCPcopy Create free account
hub / github.com/dask/dask / wrapper

Function wrapper

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

Source from the content-addressed store, hash-verified

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

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