Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ipython/traitlets
/ IntTrait
Class
IntTrait
tests/test_traitlets.py:1333–1334 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1331
1332
1333
class
IntTrait(HasTraits):
1334
value = Int(99, min=-100)
1335
1336
1337
class
TestInt(TraitTestBase):
Callers
1
TestInt
Class · 0.85
Calls
1
Int
Class · 0.90
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…