bundles / traitlets 5.14.3 / traitlets / traitlets
module
traitlets.traitlets
source: /traitlets/traitlets.py :0
Members
-
_callback_wrapper -
_CallbackWrapper -
_safe_literal_eval -
_SimpleTest -
_validate_bounds -
_validate_link -
Any -
BaseDescriptor -
Bool -
Bytes -
Callable -
CaselessStrEnum -
CBool -
CBytes -
CComplex -
CFloat -
CInt -
ClassBasedTraitType -
Complex -
Container -
CRegExp -
CUnicode -
default -
DefaultHandler -
Dict -
directional_link -
DottedObjectName -
Enum -
EventHandler -
Float -
ForwardDeclaredInstance -
ForwardDeclaredMixin -
ForwardDeclaredType -
FuncT -
FuzzyEnum -
G -
getmembers -
HasDescriptors -
HasTraits -
Instance -
Int -
is_trait -
isidentifier -
link -
List -
MetaHasDescriptors -
MetaHasTraits -
ObjectName -
observe -
observe_compat -
ObserveHandler -
parse_notifier_name -
S -
Set -
T -
TCPAddress -
This -
TraitError -
TraitType -
Tuple -
Type -
Unicode -
Union -
UseEnum -
validate -
ValidateHandler
Summary
A lightweight Traits like module.
Extended Summary
This is designed to provide a lightweight, simple, pure Python version of many of the capabilities of enthought.traits. This includes:
We don't support:
There are also some important difference in our design:
We choose to create this module because we need these capabilities, but we need them to be pure Python so they work in all Python implementations, including Jython and IronPython.
Inheritance diagram:
unhandled: unknown
{
"__type": "unknown",
"__tag": 4052,
"value": [
"inheritance-diagram",
"traitlets.traitlets",
{
"parts": "3"
},
"",
[]
]
}Additional content
A lightweight Traits like module.
This is designed to provide a lightweight, simple, pure Python version of many of the capabilities of enthought.traits. This includes:
We don't support:
There are also some important difference in our design:
We choose to create this module because we need these capabilities, but we need them to be pure Python so they work in all Python implementations, including Jython and IronPython.
Inheritance diagram:
unhandled: unknown
{
"__type": "unknown",
"__tag": 4052,
"value": [
"inheritance-diagram",
"traitlets.traitlets",
{
"parts": "3"
},
"",
[]
]
}Aliases
-
traitlets.traitlets