MCPcopy 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
1333class IntTrait(HasTraits):
1334 value = Int(99, min=-100)
1335
1336
1337class TestInt(TraitTestBase):

Callers 1

TestIntClass · 0.85

Calls 1

IntClass · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…