Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ipython/traitlets
/ UnionListTrait
Class
UnionListTrait
tests/test_traitlets.py:1721–1722 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1719
1720
1721
class
UnionListTrait(HasTraits):
1722
value = List(Int() | Bool())
1723
1724
1725
class
TestUnionListTrait(TraitTestBase):
Callers
1
TestUnionListTrait
Class · 0.85
Calls
3
List
Class · 0.90
Int
Class · 0.90
Bool
Class · 0.90
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…