Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ipython/traitlets
/ ListTrait
Class
ListTrait
tests/test_traitlets.py:1646–1647 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1644
1645
1646
class
ListTrait(HasTraits):
1647
value = List(Int())
1648
1649
1650
class
TestList(TraitTestBase):
Callers
1
TestList
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…