Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/dask/dask
/ divmod
Function
divmod
dask/array/ufunc.py:346–349 ·
view source on GitHub ↗
(x, y)
Source
from the content-addressed store, hash-verified
344
345
@derived_from(np)
346
def
divmod(x, y):
347
res1 = x // y
348
res2 = x % y
349
return
res1, res2
Callers
12
__divmod__
Method · 0.90
__rdivmod__
Method · 0.90
_split_up_single_chunk
Function · 0.90
_vindex_array
Function · 0.90
parse_assignment_indices
Function · 0.70
setitem_array
Function · 0.70
_calculate_new_chunksizes
Function · 0.70
repartition_npartitions
Function · 0.50
_nsplits
Method · 0.50
test_divmod
Function · 0.50
test_divmod
Function · 0.50
format_time
Function · 0.50
Calls
no outgoing calls
Tested by
2
test_divmod
Function · 0.40
test_divmod
Function · 0.40
Used in the wild
real call sites across dependent graphs
searching dependent graphs…