Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ipython/traitlets
/ LenListTrait
Class
LenListTrait
tests/test_traitlets.py:1733–1734 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1731
1732
1733
class
LenListTrait(HasTraits):
1734
value = List(Int(), [0], minlen=1, maxlen=2)
1735
1736
1737
class
TestLenList(TraitTestBase):
Callers
1
TestLenList
Class · 0.85
Calls
2
List
Class · 0.90
Int
Class · 0.90
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…