Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ipython/traitlets
/ ComplexTrait
Class
ComplexTrait
tests/test_traitlets.py:1543–1544 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1541
1542
1543
class
ComplexTrait(HasTraits):
1544
value = Complex(99.0 - 99.0j)
1545
1546
1547
class
TestComplex(TraitTestBase):
Callers
1
TestComplex
Class · 0.85
Calls
1
Complex
Class · 0.90
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…