MCPcopy 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
1543class ComplexTrait(HasTraits):
1544 value = Complex(99.0 - 99.0j)
1545
1546
1547class TestComplex(TraitTestBase):

Callers 1

TestComplexClass · 0.85

Calls 1

ComplexClass · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…