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

Method test_len

test/python_suite_test.py:86–88  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

84 self.assertNotEqual(a, regular(4, 1.0, 2.1))
85
86 def test_len(self):
87 a = regular(4, 1.0, 2.0)
88 self.assertEqual(len(a), 4)
89
90 def test_repr(self):
91 for s in ("regular(4, 1.1, 2.2)",

Callers

nothing calls this directly

Calls 1

regularClass · 0.90

Tested by

no test coverage detected