Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/dask/dask
/ sum
Function
sum
dask/tests/test_utils.py:634–636 ·
view source on GitHub ↗
extra docstring
()
Source
from the content-addressed store, hash-verified
632
633
@derived_from(builtins)
634
def
sum():
635
"extra docstring"
636
pass
637
638
assert
"extra docstring\n\n"
in sum.__doc__
639
assert
"Return the sum of"
in sum.__doc__
Callers
15
test_gh_3055
Function · 0.70
test_nearest_neighbor
Function · 0.70
test_anom_mean
Function · 0.70
f
Function · 0.70
mysum
Function · 0.70
sum_kwargs_only
Function · 0.70
test_array_bag_delayed
Function · 0.70
__len__
Method · 0.50
ndependencies
Function · 0.50
sizeof_python_collection
Function · 0.50
object_size
Function · 0.50
sizeof_pandas_multiindex
Function · 0.50
Calls
no outgoing calls
Tested by
no test coverage detected