MCPcopy Create free account
hub / github.com/boostorg/histogram / hsum

Function hsum

test/python_suite_test.py:27–31  ·  view source on GitHub ↗
(h)

Source from the content-addressed store, hash-verified

25
26
27def hsum(h):
28 result = histogram.element(0, 0)
29 for x in h:
30 result += x
31 return result
32
33
34class test_generic_iterator(unittest.TestCase):

Callers 3

test_fill_1dMethod · 0.85
test_pickle_0Method · 0.85
test_pickle_1Method · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected