Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dask/dask
/ __getattr__
Method
__getattr__
dask/utils.py:1275–1276 ·
view source on GitHub ↗
(self, item)
Source
from the content-addressed store, hash-verified
1273
""
"
1274
1275
def
__getattr__(self, item):
1276
return
methodcaller(item)
1277
1278
def
__dir__(self):
1279
return
list(_method_cache)
Callers
nothing calls this directly
Calls
1
methodcaller
Class · 0.85
Tested by
no test coverage detected