Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1375
class
MinBoundCIntTrait(HasTraits):
1376
value = CInt(
"5"
, min=3)
1377
1378
1379
class
TestMinBoundCInt(TestCInt):
Callers
1
TestMinBoundCInt
Class · 0.85
Calls
1
CInt
Class · 0.90
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…