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

Function _swap

dask/delayed.py:650–651  ·  view source on GitHub ↗
(method, self, other)

Source from the content-addressed store, hash-verified

648
649
650def _swap(method, self, other):
651 return method(other, self)
652
653
654def right(method):

Callers

nothing calls this directly

Calls 1

methodFunction · 0.85

Tested by

no test coverage detected