bundles / traitlets 5.15.0 / traitlets / traitlets / Complex
class
traitlets.traitlets:Complex
source: /traitlets/traitlets.py :2832
Signature
class Complex ( default_value : t.Any = traitlets.Undefined , allow_none : bool = False , read_only : bool | None = None , help : str | None = None , config : t.Any = None , ** kwargs : t.Any ) → None Members
Summary
A trait for complex numbers.
Aliases
-
traitlets.Complex