traits icon indicating copy to clipboard operation
traits copied to clipboard

Feature request: something like `sync_trait` that uses the observe infrastructure

Open corranwebster opened this issue 2 years ago • 0 comments

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.

corranwebster avatar Mar 05 '22 11:03 corranwebster