Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ipython/traitlets
/ UnionTrait
Class
UnionTrait
tests/test_traitlets.py:1303–1304 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1301
1302
1303
class
UnionTrait(HasTraits):
1304
value = Union([Type(), Bool()])
1305
1306
1307
class
UnionTraitTest(TraitTestBase):
Callers
1
UnionTraitTest
Class · 0.85
Calls
3
Union
Class · 0.90
Type
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…