MCPcopy Index your code
hub / github.com/dask/dask / right

Function right

dask/delayed.py:654–656  ·  view source on GitHub ↗

Wrapper to create 'right' version of operator given left version

(method)

Source from the content-addressed store, hash-verified

652
653
654def right(method):
655 """Wrapper to create 'right' version of operator given left version"""
656 return partial(_swap, method)
657
658
659def optimize(dsk, keys, **kwargs):

Callers 1

_get_binary_operatorMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…