MCPcopy
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_3055Function · 0.70
test_nearest_neighborFunction · 0.70
test_anom_meanFunction · 0.70
fFunction · 0.70
mysumFunction · 0.70
sum_kwargs_onlyFunction · 0.70
test_array_bag_delayedFunction · 0.70
__len__Method · 0.50
ndependenciesFunction · 0.50
sizeof_python_collectionFunction · 0.50
object_sizeFunction · 0.50
sizeof_pandas_multiindexFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected