Feature request: something like `sync_trait` that uses the observe infrastructure
Open
- Dominant language
- Python
- Stars
- 462
- Forks
- 90
- PR merge metrics
- No merged PRs in 30d
Description
Keeping two trait values synchronized between objects is a fairly common use-case. The `sync_trait` functionality is a way to do this dynamically. Internally it currently uses `on_trait_change`. Either we should replace this internal usage, or create a similar thing that uses observe internally.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.