Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
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
register
Method · 0.70
register_lazy
Method · 0.70
Calls
5
_derived_from
Function · 0.85
pop
Method · 0.80
split
Method · 0.80
func
Function · 0.50
get
Method · 0.45
Tested by
no test coverage detected