MCPcopy
hub / github.com/dask/dask / __call__

Method __call__

dask/delayed.py:890–893  ·  view source on GitHub ↗
(self, *args, **kwargs)

Source from the content-addressed store, hash-verified

888 )
889
890 def __call__(self, *args, **kwargs):
891 return call_function(
892 methodcaller(self._attr), self._attr, (self._obj,) + args, kwargs
893 )
894
895
896for op in [

Callers

nothing calls this directly

Calls 2

methodcallerClass · 0.90
call_functionFunction · 0.85

Tested by

no test coverage detected