MCPcopy
hub / github.com/dask/dask / __add__

Method __add__

dask/tests/test_base.py:242–245  ·  view source on GitHub ↗
(self, other)

Source from the content-addressed store, hash-verified

240 self._keys = keys
241
242 def __add__(self, other):
243 if not isinstance(other, Tuple):
244 return NotImplemented # pragma: nocover
245 return Tuple(merge(self._dask, other._dask), self._keys + other._keys)
246
247 def __dask_graph__(self):
248 return self._dask

Callers

nothing calls this directly

Calls 2

TupleClass · 0.70
mergeFunction · 0.50

Tested by

no test coverage detected