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

Method test_len

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

Source from the content-addressed store, hash-verified

184 self.assertNotEqual(a, circular(4, 0.0))
185
186 def test_len(self):
187 self.assertEqual(len(circular(4)), 4)
188 self.assertEqual(len(circular(4, 1.0)), 4)
189
190 def test_repr(self):
191 for s in ("circular(4)",

Callers

nothing calls this directly

Calls 1

circularClass · 0.90

Tested by

no test coverage detected