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

Method _get_binary_operator

dask/utils.py:1450–1452  ·  view source on GitHub ↗

Must return a method used by binary operator

(cls, op, inv=False)

Source from the content-addressed store, hash-verified

1448
1449 @classmethod
1450 def _get_binary_operator(cls, op, inv=False):
1451 """Must return a method used by binary operator"""
1452 raise NotImplementedError
1453
1454
1455def partial_by_order(*args, **kwargs):

Callers 1

_bind_operatorMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected