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

Method __divmod__

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

Source from the content-addressed store, hash-verified

2492
2493 @check_if_handled_given_other
2494 def __divmod__(self, other):
2495 from dask.array.ufunc import divmod
2496
2497 return divmod(self, other)
2498
2499 @check_if_handled_given_other
2500 def __rdivmod__(self, other):

Callers

nothing calls this directly

Calls 1

divmodFunction · 0.90

Tested by

no test coverage detected