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

Class LenListTrait

tests/test_traitlets.py:1733–1734  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1731
1732
1733class LenListTrait(HasTraits):
1734 value = List(Int(), [0], minlen=1, maxlen=2)
1735
1736
1737class TestLenList(TraitTestBase):

Callers 1

TestLenListClass · 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…