bundles / traitlets latest / docs
Doc
Trait Types
docs/trait_types
Numbers
Casting variants of the above. When a value is assigned to the attribute, these will attempt to convert it by calling e.g.
value = int(value).
Strings
Casting variants. When a value is assigned to the attribute, these will attempt to convert it to their type. They will not automatically encode/decode between unicode and bytes, however.