Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/dask/dask
/ __divmod__
Method
__divmod__
dask/array/_array_expr/_collection.py:303–306 ·
view source on GitHub ↗
(self, other)
Source
from the content-addressed store, hash-verified
301
302
@check_if_handled_given_other
303
def
__divmod__(self, other):
304
from
dask.array._array_expr._ufunc
import
divmod
305
306
return
divmod(self, other)
307
308
@check_if_handled_given_other
309
def
__rdivmod__(self, other):
Callers
nothing calls this directly
Calls
1
divmod
Function · 0.90
Tested by
no test coverage detected