Trait Types¶
-
class
traitlets.TraitType¶ The base class for all trait types.
Numbers¶
-
class
traitlets.Integer¶ An integer trait. On Python 2, this automatically uses the
intorlongtypes as necessary.
-
class
traitlets.Int¶
traitlets.TraitType¶The base class for all trait types.
traitlets.Integer¶An integer trait. On Python 2, this automatically uses the int or
long types as necessary.
traitlets.Int¶