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

Method __call__

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

Source from the content-addressed store, hash-verified

844 return HighLevelGraph.from_collections(self._key, dsk, dependencies=())
845
846 def __call__(self, *args, **kwargs):
847 return call_function(
848 self._obj, self._key, args, kwargs, pure=self._pure, nout=self._nout
849 )
850
851 @property
852 def __name__(self):

Callers

nothing calls this directly

Calls 1

call_functionFunction · 0.85

Tested by

no test coverage detected