Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ipython/traitlets
/ TupleTrait
Class
TupleTrait
tests/test_traitlets.py:1750–1751 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1748
1749
1750
class
TupleTrait(HasTraits):
1751
value = Tuple(Int(allow_none=True), default_value=(1,))
1752
1753
1754
class
TestTupleTrait(TraitTestBase):
Callers
1
TestTupleTrait
Class · 0.85
Calls
2
Tuple
Class · 0.90
Int
Class · 0.90
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…