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

Class MinBoundCIntTrait

tests/test_traitlets.py:1375–1376  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1373
1374
1375class MinBoundCIntTrait(HasTraits):
1376 value = CInt("5", min=3)
1377
1378
1379class TestMinBoundCInt(TestCInt):

Callers 1

TestMinBoundCIntClass · 0.85

Calls 1

CIntClass · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…