enthought / enthought/traitsui
Use the new traits observe instead of on_trait_change
Open
difficulty: intermediate
type: refactor
- Dominant language
- Python
- Stars
- 306
- Forks
- 99
- PR merge metrics
- No merged PRs in 30d
Description
Traits 6.1.0 introduced the new `observe` decorator and the underlying observation framework. This is meant to replace the existing `on_trait_change`-based event listeners.
Ref : https://docs.enthought.com/traits/traits_user_manual/notification.html
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.