Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/boostorg/histogram
/ test_iter
Method
test_iter
test/python_suite_test.py:406–408 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
404
a[3]
405
406
def
test_iter(self):
407
c = [1, 2, 3]
408
self.assertEqual([x
for
x in category(*c)], c)
409
410
411
class
test_histogram_element(unittest.TestCase):
Callers
nothing calls this directly
Calls
1
category
Class · 0.90
Tested by
no test coverage detected