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