enthought / envisage

Envisage is a Python-based framework for building applications whose functionalities can be extended by adding "plug-ins".
http://docs.enthought.com/envisage/
Other
82 stars 26 forks source link

Rewrite "_*_changed" static trait handler methods to use "observe" #401

Closed rahulporuri closed 3 years ago

rahulporuri commented 3 years ago

This PR updates most, but not all, of the _*_changed static trait handler methods to use traits observe instead. See related PR #400

rahulporuri commented 3 years ago

@aaronayres35 can you take another look at this PR?