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

Method __rdivmod__

dask/array/core.py:2500–2503  ·  view source on GitHub ↗
(self, other)

Source from the content-addressed store, hash-verified

2498
2499 @check_if_handled_given_other
2500 def __rdivmod__(self, other):
2501 from dask.array.ufunc import divmod
2502
2503 return divmod(other, self)
2504
2505 def any(self, axis=None, keepdims=False, split_every=None, out=None):
2506 """Returns True if any of the elements evaluate to True.

Callers

nothing calls this directly

Calls 1

divmodFunction · 0.90

Tested by

no test coverage detected