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

Class CFloatTrait

tests/test_traitlets.py:1528–1529  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1526
1527
1528class CFloatTrait(HasTraits):
1529 value = CFloat("99.0", max=200.0)
1530
1531
1532class TestCFloat(TraitTestBase):

Callers 1

TestCFloatClass · 0.85

Calls 1

CFloatClass · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…