class_own_traits
- classmethod Widget.class_own_traits(**metadata: Any) dict[str, TraitType[Any, Any]]
Get a dict of all the traitlets defined on this class, not a parent.
Works like class_traits, except for excluding traits from parents.
Get a dict of all the traitlets defined on this class, not a parent.
Works like class_traits, except for excluding traits from parents.