MCPcopy 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
1303class UnionTrait(HasTraits):
1304 value = Union([Type(), Bool()])
1305
1306
1307class UnionTraitTest(TraitTestBase):

Callers 1

UnionTraitTestClass · 0.85

Calls 3

UnionClass · 0.90
TypeClass · 0.90
BoolClass · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…