MCPcopy Index your code
hub / github.com/dask/dask / __getattr__

Method __getattr__

dask/utils.py:1272–1273  ·  view source on GitHub ↗
(self, item)

Source from the content-addressed store, hash-verified

1270 """
1271
1272 def __getattr__(self, item):
1273 return methodcaller(item)
1274
1275 def __dir__(self):
1276 return list(_method_cache)

Callers

nothing calls this directly

Calls 1

methodcallerClass · 0.85

Tested by

no test coverage detected