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

Method addmethod

dask/tests/test_delayed.py:768–769  ·  view source on GitHub ↗
(self, x, y)

Source from the content-addressed store, hash-verified

766
767 @delayed
768 def addmethod(self, x, y):
769 return self.BASE + x + y
770
771 @classmethod
772 @delayed

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected