Envisage is a Python-based framework for building applications whose functionalities can be extended by adding "plug-ins".
82
stars
26
forks
source link
Rewrite "_*_changed" static trait handler methods to use "observe" #401
Closed
rahulporuri closed 3 years ago
This PR updates most, but not all, of the
_*_changed
static trait handler methods to use traitsobserve
instead. See related PR #400