Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1502
class
FloatTrait(HasTraits):
1503
value = Float(99.0, max=200.0)
1504
1505
1506
class
TestFloat(TraitTestBase):
Callers
1
TestFloat
Class · 0.85
Calls
1
Float
Class · 0.90
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…