Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/boostorg/histogram
/ test_len
Method
test_len
test/python_suite_test.py:258–259 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
256
self.assertNotEqual(a, variable(-0.1, 0.1))
257
258
def
test_len(self):
259
self.assertEqual(len(variable(-0.1, 0.2, 0.3)), 2)
260
261
def
test_repr(self):
262
for
s in (
"variable(-0.1, 0.2)"
,
Callers
nothing calls this directly
Calls
1
variable
Class · 0.90
Tested by
no test coverage detected