Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
650
def
_swap(method, self, other):
651
return
method(other, self)
652
653
654
def
right(method):
Callers
nothing calls this directly
Calls
1
method
Function · 0.85
Tested by
no test coverage detected