MCPcopy Create free account
hub / github.com/ipython/traitlets / ListTrait

Class ListTrait

tests/test_traitlets.py:1646–1647  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1644
1645
1646class ListTrait(HasTraits):
1647 value = List(Int())
1648
1649
1650class TestList(TraitTestBase):

Callers 1

TestListClass · 0.85

Calls 2

ListClass · 0.90
IntClass · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…