Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dask/dask
/ divmod
Function
divmod
dask/array/ufunc.py:347–350 ·
view source on GitHub ↗
(x, y)
Source
from the content-addressed store, hash-verified
345
346
@derived_from(np)
347
def
divmod(x, y):
348
res1 = x // y
349
res2 = x % y
350
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