{ } Raw JSON

bundles / traitlets latest / traitlets / traitlets / CBool

class

traitlets.traitlets:CBool

source: /traitlets/traitlets.py :3141

Signature

class   CBool ( 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 casting version of the boolean trait.

Aliases

  • traitlets.CBool