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

Class FloatTrait

tests/test_traitlets.py:1502–1503  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1500
1501
1502class FloatTrait(HasTraits):
1503 value = Float(99.0, max=200.0)
1504
1505
1506class TestFloat(TraitTestBase):

Callers 1

TestFloatClass · 0.85

Calls 1

FloatClass · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…