MCPcopy Create free account
hub / github.com/ipython/traitlets / TestMinBoundCInt

Class TestMinBoundCInt

tests/test_traitlets.py:1379–1384  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1377
1378
1379class TestMinBoundCInt(TestCInt):
1380 obj = MinBoundCIntTrait() # type:ignore
1381
1382 _default_value = 5
1383 _good_values = [3, 3.0, "3"]
1384 _bad_values = [2.6, 2, -3, -3.0]
1385
1386
1387class LongTrait(HasTraits):

Callers

nothing calls this directly

Calls 1

MinBoundCIntTraitClass · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…