Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ipython/traitlets
/ InstanceListTrait
Class
InstanceListTrait
tests/test_traitlets.py:1697–1698 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1695
1696
1697
class
InstanceListTrait(HasTraits):
1698
value = List(Instance(__name__ +
".Foo"
))
1699
1700
1701
class
TestInstanceList(TraitTestBase):
Callers
1
TestInstanceList
Class · 0.85
Calls
2
List
Class · 0.90
Instance
Class · 0.90
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…