Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1528
class
CFloatTrait(HasTraits):
1529
value = CFloat(
"99.0"
, max=200.0)
1530
1531
1532
class
TestCFloat(TraitTestBase):
Callers
1
TestCFloat
Class · 0.85
Calls
1
CFloat
Class · 0.90
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…