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

Class LooseTupleTrait

tests/test_traitlets.py:1772–1773  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1770
1771
1772class LooseTupleTrait(HasTraits):
1773 value = Tuple((1, 2, 3))
1774
1775
1776class TestLooseTupleTrait(TraitTestBase):

Callers 1

TestLooseTupleTraitClass · 0.85

Calls 1

TupleClass · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…