MCPcopy 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
1721class UnionListTrait(HasTraits):
1722 value = List(Int() | Bool())
1723
1724
1725class TestUnionListTrait(TraitTestBase):

Callers 1

TestUnionListTraitClass · 0.85

Calls 3

ListClass · 0.90
IntClass · 0.90
BoolClass · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…