bundles / traitlets 5.15.0 / traitlets / traitlets / CFloat
class
traitlets.traitlets:CFloat
source: /traitlets/traitlets.py :2784
Signature
class CFloat ( default_value : float | Sentinel | None = traitlets.Undefined , allow_none : bool = False , read_only : bool | None = False , help : str | None = None , config : t.Any | None = None , ** kwargs : t.Any ) → None Members
Summary
A casting version of the float trait.
Aliases
-
traitlets.CFloat